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