Fix typescript 6 errors

This commit is contained in:
Criador_Mod
2026-04-05 00:51:26 +01:00
parent aa9dd32353
commit cf182ec35f

View File

@@ -3,7 +3,6 @@
"target": "ES2020", "target": "ES2020",
"module": "ESNext", "module": "ESNext",
"jsx": "react-jsx", "jsx": "react-jsx",
"moduleResolution": "node",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
@@ -14,9 +13,8 @@
"outDir": "dist", "outDir": "dist",
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["./src/*"]
}, },
}, },
"include": ["src"], "include": ["src"],