Files
spring-flo/projects/demo/tsconfig.dev.json
2023-03-09 16:12:00 -05:00

26 lines
440 B
JSON

{
"extends": "../../tsconfig.json",
"angularCompilerOptions": {
"paths": {
"spring-flo": [ "../spring-flo/index.ts" ]
}
},
"compilerOptions": {
"outDir": "../../out-tsc/app",
"declaration": false,
"emitDecoratorMetadata": true,
"paths": {
"spring-flo": [
"../spring-flo/index.ts"
]
}
},
"files": [
"main.ts",
"polyfills.ts"
],
"include": [
"**/*.d.ts"
]
}