1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 07:54:49 +00:00
This commit is contained in:
zumbiepig 2024-09-06 11:49:19 -07:00
parent e4d4e66fdb
commit aabc9f69c2
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
}
}