mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 04:54:48 +00:00
5 lines
145 B
JSON
5 lines
145 B
JSON
{
|
|
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
|
"exclude": ["node_modules/", "public/", "src/game/", "src/resources/mods/downloads/"]
|
|
}
|