frontend-roadreport-main/frontend-roadreport-deploy/tsconfig.spec.json
2024-12-31 10:28:36 +07:00

16 lines
300 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"@angular/localize"
]
},
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}