mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-15 23:30:56 +00:00
Fix typescript 6 errors
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"jsx": "react-jsx",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
@@ -14,9 +13,8 @@
|
||||
|
||||
"outDir": "dist",
|
||||
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
},
|
||||
"include": ["src"],
|
||||
|
||||
Reference in New Issue
Block a user