1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Format with Prettier

This commit is contained in:
zumbiepig 2024-09-24 14:36:58 -07:00
parent 4928149a9d
commit 9317959bd4
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

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