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 fd4ce0f commit 79d9f03Copy full SHA for 79d9f03
tsconfig.json
@@ -2,6 +2,9 @@
2
"extends": "./tsconfigBase.json",
3
"include": [
4
"src/**/*.js",
5
- "src/**/*.ts",
+ "src/**/*.ts"
6
],
7
+ "typeAcquisition": {
8
+ "enable": true
9
+ }
10
}
tsconfigBase.json
@@ -20,8 +20,5 @@
20
"./*"
21
]
22
23
- },
24
- "typeAcquisition": {
25
- "enable": true
26
27
0 commit comments