1
0
mirror of https://github.com/bitwarden/web synced 2026-02-01 17:23:19 +00:00
Files
web/projects/web-vault-internal/tsconfig.lib.prod.json
2022-01-31 08:58:44 +01:00

11 lines
240 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}