1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 04:54:48 +00:00
MineXLauncher/tsconfig.json
zumbiepig aabc9f69c2
.
2024-09-06 11:49:19 -07:00

10 lines
206 B
JSON

{
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
"exclude": ["node_modules", "public"],
"compilerOptions": {
//"outDir": "dist",
//"noEmit": false,
//"allowImportingTsExtensions": false
}
}