Migrate fully of moduleResolution node10

Fixes #265420
This commit is contained in:
Matt Bierner
2025-09-09 11:08:41 -07:00
parent 96e35391ab
commit 97b2c007cd
4 changed files with 5 additions and 14 deletions

View File

@@ -3,10 +3,8 @@
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"moduleResolution": "Node",
"ignoreDeprecations": "6.0",
"module": "esnext",
"allowSyntheticDefaultImports": true,
"module": "es2020",
"lib": [
"ES2024",
"DOM",