FarmMapsLib/projects/ngx-openlayers/tsconfig.lib.json
Peter Bastiani 42245612d2
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode
2024-01-30 11:00:16 +01:00

9 lines
162 B
JSON

{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}