Add tsconfig include
This commit is contained in:
parent
5971c6414a
commit
9b8502b90a
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"typeRoots": [
|
||||
"../../node_modules/@types"
|
||||
|
|
Reference in New Issue