mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 04:44:50 +00:00
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"extends": ["@tsconfig/node20/tsconfig"],
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"module": "preserve",
|
|
"lib": ["es2023", "dom"],
|
|
"rootDir": "src",
|
|
"outDir": "public",
|
|
"removeComments": true
|
|
},
|
|
"include": ["src"]
|
|
}
|