FarmMapsLib/projects/ng-openlayers/tsconfig.spec.json

18 lines
251 B
JSON
Raw Normal View History

2023-12-29 10:01:36 +00:00
{
2024-04-09 08:58:42 +00:00
"extends": "../../tsconfig.base.json",
2023-12-29 10:01:36 +00:00
"compilerOptions": {
2024-04-09 08:58:42 +00:00
"outDir": "../../dist/out-tsc",
2023-12-29 10:01:36 +00:00
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}