CompUGE-Bench / tsconfig.spec.json
Ahmad Shallouf
initialize
1bc149f
raw
history blame
No virus
273 Bytes
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
},
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}