This commit is contained in:
parent
d7a49ca544
commit
c130cb2be5
@ -1,7 +1,3 @@
|
||||
{
|
||||
"extends": "tsconfig/server.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": "src"
|
||||
}
|
||||
"extends": "tsconfig/server.json"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"extends": "tsconfig/server.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": "src"
|
||||
}
|
||||
"extends": "tsconfig/server.json"
|
||||
}
|
||||
|
@ -13,6 +13,7 @@
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup src/index.ts --format cjs,esm --dts"
|
||||
"build": "tsup src/index.ts --format cjs,esm --dts",
|
||||
"dev": "tsup src/index.ts --format cjs,esm --dts --watch"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsup src/index.ts --format cjs,esm --dts"
|
||||
"build": "tsup src/index.ts --format cjs,esm --dts",
|
||||
"dev": "tsup src/index.ts --format cjs,esm --dts --watch"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user