Files
runningPlans/tsconfig.spec.json
Will Baumbach 6067c6a471 initial commit
2026-02-20 13:38:36 -06: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"
]
}