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

11 lines
305 B
JSON

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