mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
ac69ba14e2
commit
e4d4e66fdb
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "minexlauncher",
|
"name": "minexlauncher",
|
||||||
"module": "index.ts",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "NODE_ENV=production bun run ./index.ts",
|
"start": "NODE_ENV=production bun run ./index.ts",
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": ["@tsconfig/bun", "@tsconfig/strictest"],
|
"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