1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-07 20:34:49 +00:00
MineXLauncher/tsconfig.json
2024-09-24 14:36:58 -07:00

5 lines
137 B
JSON

{
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
"exclude": ["node_modules/", "public/", "src/game/", "src/resources/addons/"]
}