geo-smart-map/tsconfig.spec.json

16 lines
434 B
JSON
Raw Permalink Normal View History

2024-10-16 14:03:50 +00:00
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
2019-10-18 14:32:41 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
2024-10-16 14:03:50 +00:00
"jasmine"
2019-10-18 14:32:41 +00:00
]
},
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}