Update dependencies and TypeScript version in package.json and package-lock.json
Remove moduleResolution from tsconfig.json
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"target": "es2024",
|
||||
"module": "CommonJS",
|
||||
"lib": ["ES2024"],
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
Reference in New Issue
Block a user