Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2024-05-23 13:33:58 +01:00
committed by VitoAlbano
parent efd9949130
commit b67994e0b0
50 changed files with 1429 additions and 232 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app"
"outDir": "./out-tsc/app",
"target": "ES2022",
"useDefineForClassFields": false
},
"files": [
"demo-shell/src/main.ts",
"demo-shell/src/polyfills.ts"
]
"files": ["demo-shell/src/main.ts", "demo-shell/src/polyfills.ts"]
}