mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "public",
|
|
"moduleDetection": "auto",
|
|
"allowImportingTsExtensions": false,
|
|
"noEmit": false,
|
|
"removeComments": true
|
|
},
|
|
"include": ["src"]
|
|
}
|