mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-28 23:33:15 +00:00
14 lines
278 B
JSON
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"]
|
|
}
|