23 lines
384 B
JSON
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"
|
|
]
|
|
}
|