1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:54:47 +00:00
MineXLauncher/tsconfig.json
zumbiepig 01d1aebe64
,
2024-09-07 16:10:28 -07:00

10 lines
156 B
JSON

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