Build infrastructure and Angular 15 upgrade

This commit is contained in:
aboyko
2023-02-28 19:22:33 -05:00
parent aa27ebeb3f
commit edfcdb2b02
101 changed files with 8009 additions and 25625 deletions

View File

@@ -0,0 +1,25 @@
{
"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"
]
}