1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
MineXLauncher/tsconfig.json
2024-08-27 09:17:44 -07:00

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"]
}