Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2024-03-20 23:10:53 +00:00
parent 93252effd1
commit 9e18c6473b
50 changed files with 1434 additions and 236 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc"
"outDir": "../../dist/out-tsc",
"target": "ES2022",
"useDefineForClassFields": false
},
"files": ["./test.ts"],
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]