Add include for tsconfig
This commit is contained in:
parent
fc7d91e98a
commit
a6e0a23306
@ -4,6 +4,7 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["esnext", "dom"],
|
"lib": ["esnext", "dom"],
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
}
|
},
|
||||||
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user