mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 04:44:50 +00:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
|
"exclude": ["node_modules", "public"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"noEmit": false,
|
|
"allowImportingTsExtensions": false
|
|
}
|
|
}
|