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
+3 -1
View File
@@ -1,7 +1,9 @@
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
"declarationMap": false,
"target": "ES2022",
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"compilationMode": "partial"