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