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 3effc84 commit e3d3bddCopy full SHA for e3d3bdd
test/tsconfig.json
@@ -1,10 +1,7 @@
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
- "typeRoots": [
5
- "node_modules/@types",
6
- "../typings"
7
- ],
+ "typeRoots": ["node_modules/@types", "../typings"],
8
"composite": true
9
},
10
"include": ["./**/*.ts"],
0 commit comments