improved packaging
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"type": "module",
|
||||
"main": "src/exports.ts",
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"test:unit": "vitest --run --passWithNoTests",
|
||||
"test": "pnpm run \"/^test:/\""
|
||||
},
|
||||
@@ -34,4 +33,4 @@
|
||||
"pg": "^8.16.3",
|
||||
"zod": "^4.1.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"paths": {
|
||||
"#root/*": ["./src"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user