Files
FarmMapsLib/projects/ng-openlayers/tsconfig.spec.json
Peter Bastiani 3c6a8e28c1
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Angular 20, oa. migrating from Karma to Vitest
2026-01-21 11:25:38 +01:00

16 lines
216 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": [
"node"
]
},
"files": [
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}