mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
11 lines
297 B
JSON
11 lines
297 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"]
|
|
}
|