1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
MineXLauncher/tsconfig.json
zumbiepig 583617d8df
fix?
2024-08-31 08:14:02 -07:00

5 lines
97 B
JSON

{
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
"exclude": ["node_modules", "public"]
}