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.json
2022-01-31 08:58:44 +01:00

15 lines
375 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"types": [],
"lib": ["dom", "es2018"]
},
"exclude": ["src/test.ts", "**/*.spec.ts"]
}