skirda-go-launcher-interface/projects/ui/tsconfig.spec.json

18 lines
309 B
JSON
Raw Normal View History

2022-10-21 18:06:04 +00:00
/* 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"
]
}