Skip to content

Commit b47c0f3

Browse files
committed
chore: remove check overrides
1 parent 21aabcb commit b47c0f3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

projects/hyperdash-angular/tsconfig.spec.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
"outDir": "../../out-tsc/spec",
55
"typeRoots": ["../../node_modules/@types", "../../node_modules"],
66
"types": ["vitest/globals"],
7-
"skipLibCheck": true,
8-
"noUnusedLocals": false,
9-
"noUnusedParameters": false
7+
"skipLibCheck": true
108
},
11-
"include": ["**/*.spec.ts", "**/*.test.ts"],
12-
"angularCompilerOptions": {
13-
"strictTemplates": false
14-
}
9+
"include": ["**/*.spec.ts", "**/*.test.ts"]
1510
}

0 commit comments

Comments
 (0)