mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
6 lines
139 B
JSON
6 lines
139 B
JSON
{
|
|
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
|
"include": ["src/resources/scripts/"],
|
|
"exclude": ["node_modules/", "public/"]
|
|
}
|