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

fix memory leak

This commit is contained in:
zumbiepig 2024-09-06 20:31:44 -07:00
parent f64db47a09
commit 230aad64cf
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -1,4 +1,5 @@
{ {
"extends": ["@tsconfig/bun", "@tsconfig/strictest"], "extends": ["@tsconfig/bun", "@tsconfig/strictest"],
"exclude": ["node_modules", "public"] "include": ["src/resources/scripts/"],
"exclude": ["node_modules/", "public/"]
} }