mirror of
https://github.com/bitwarden/web
synced 2026-02-01 17:23:19 +00:00
11 lines
277 B
JSON
11 lines
277 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"],
|
|
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
}
|