1
0
mirror of https://github.com/bitwarden/web synced 2026-01-09 03:53:28 +00:00
Files
web/projects/oss-vault/tsconfig.app.json
2022-01-25 20:06:29 +01:00

11 lines
275 B
JSON

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