mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 07:44:48 +00:00
.
This commit is contained in:
parent
ac69ba14e2
commit
e4d4e66fdb
@ -1,7 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "minexlauncher",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=production bun run ./index.ts",
|
||||
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
||||
"exclude": ["node_modules", "public"]
|
||||
"exclude": ["node_modules", "public"],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"noEmit": false,
|
||||
"allowImportingTsExtensions": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user