mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-16 00:40:52 +00:00
22 lines
375 B
JSON
22 lines
375 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
|
|
"allowJs": true,
|
|
// "checkJs": true,
|
|
"noEmit": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |