1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 00:44:50 +00:00
MineXLauncher/tsconfig.json
2024-09-23 16:56:52 -07:00

10 lines
147 B
JSON

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