Update dependencies and TypeScript version in package.json and package-lock.json

Remove moduleResolution from tsconfig.json
This commit is contained in:
2026-04-02 14:26:04 +02:00
parent 6dc68dfae9
commit 03ba37ec1a
3 changed files with 66 additions and 57 deletions

View File

@@ -5,7 +5,6 @@
"target": "es2024",
"module": "CommonJS",
"lib": ["ES2024"],
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,