Files
Sinia/tsconfig.spec.json
Arne 2b169e869c
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m8s
Changed to angular project
2023-07-24 18:37:54 +02:00

15 lines
273 B
JSON

/* 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"
]
}