mirror of
https://github.com/bitwarden/web
synced 2026-01-08 11:33:44 +00:00
10 lines
303 B
JSON
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"]
|
|
}
|