We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aabcb commit b47c0f3Copy full SHA for b47c0f3
projects/hyperdash-angular/tsconfig.spec.json
@@ -4,12 +4,7 @@
4
"outDir": "../../out-tsc/spec",
5
"typeRoots": ["../../node_modules/@types", "../../node_modules"],
6
"types": ["vitest/globals"],
7
- "skipLibCheck": true,
8
- "noUnusedLocals": false,
9
- "noUnusedParameters": false
+ "skipLibCheck": true
10
},
11
- "include": ["**/*.spec.ts", "**/*.test.ts"],
12
- "angularCompilerOptions": {
13
- "strictTemplates": false
14
- }
+ "include": ["**/*.spec.ts", "**/*.test.ts"]
15
}
0 commit comments