Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2024-04-09 23:54:33 +01:00
parent aceef495a2
commit 1caacd6407
50 changed files with 1433 additions and 233 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"]
}