1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-06 11:49:19 -07:00
parent 08ec691762
commit 01d1dff256
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

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