1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:04:49 +00:00
MineXLauncher/tsconfig.json
zumbiepig 12958cdb38
.
2024-09-07 08:30:51 -07:00

5 lines
145 B
JSON

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