chore: TypeScript 5.8, nx migrate, dep updates - bundler resolution

This commit is contained in:
Nathan Walker
2025-07-05 10:48:10 -07:00
parent 32f2dd14e1
commit 48b02ffd1f
23 changed files with 2733 additions and 1396 deletions

View File

@ -4,7 +4,7 @@
"baseUrl": ".",
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"outDir": "./dist",
"declaration": true,
"emitDecoratorMetadata": true,