1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 11:33:44 +00:00
Files
web/projects/web-vault/tsconfig.app.json
2022-01-31 08:58:44 +01:00

10 lines
303 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app"
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts", "../web-vault-internal/src/connectors/*.ts"]
}