We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61214fc commit b71dccdCopy full SHA for b71dccd
tsconfig.json
@@ -2,5 +2,6 @@
2
"extends": "./node_modules/kcd-scripts/shared-tsconfig.json",
3
"compilerOptions": {
4
"allowJs": true
5
- }
+ },
6
+ "include": ["./src", "./types"]
7
}
types/tsconfig.json
@@ -1,4 +1,3 @@
1
{
- "extends": "../node_modules/kcd-scripts/shared-tsconfig.json",
- "include": ["."]
+ "extends": "../tsconfig.json"
0 commit comments