1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-07 19:44:47 +00:00

Format with Prettier

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

View File

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