Files
spring-flo/src/demo/tsconfig.packaged.json
BoykoAlex a42009c269 Upgrade to Angular 9
Build with ng-packagr. Base example on ng-packagr example project
2020-02-20 12:20:58 -05:00

23 lines
384 B
JSON

{
"extends": "../../tsconfig.json",
"angularCompilerOptions": {
"paths": {
"spring-flo": [ "../../dist/lib" ]
}
},
"compilerOptions": {
"baseUrl": "",
"module": "commonjs",
"declaration": false,
"emitDecoratorMetadata": true,
"paths": {
"spring-flo": [
"../../dist/lib"
]
}
},
"exclude": [
"main-aot.ts"
]
}