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