Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2024-06-03 16:10:04 +01:00
committed by VitoAlbano
parent c6b4f9a485
commit 0a8237be0a
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"]
}