1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-28 23:33:15 +00:00
Files
directory-connector/tsconfig.renderer.json
2026-01-22 11:00:40 -06:00

14 lines
278 B
JSON

{
"extends": "./tsconfig.json",
"angularCompilerOptions": {
"strictTemplates": true,
"preserveWhitespaces": true
},
"compilerOptions": {
"skipLibCheck": true,
"noEmitOnError": false
},
"include": ["src/app"],
"exclude": ["jslib", "**/*.spec.ts"]
}