mirror of
https://github.com/bitwarden/web
synced 2026-02-01 09:13:18 +00:00
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"extends": "./jslib/shared/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
|
|
"jslib-common/*": ["jslib/common/src/*"],
|
|
"jslib-angular/*": ["jslib/angular/src/*"],
|
|
"src/*": ["src/*"],
|
|
"@bitwarden/web-vault-internal/*": ["projects/web-vault-internal/src/*"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": true
|
|
}
|
|
}
|