Skip to content

Commit f232b09

Browse files
committed
chore: 🤖 tweak
1 parent 1a50aed commit f232b09

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

‎package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"node": ">= 20.9 < 21"
99
},
1010
"packageManager": "pnpm@9.12.3",
11-
"main": "dist/src/index.js",
11+
"main": "dist/index.js",
1212
"exports": {
1313
".": {
14-
"import": "./dist/src/index.js"
14+
"import": "./dist/index.js"
1515
}
1616
},
1717
"files": ["dist", "src"],
@@ -35,7 +35,7 @@
3535
"prettier-plugin-tailwindcss": "^0.6"
3636
},
3737
"scripts": {
38-
"start": "node dist/src/main.js",
38+
"start": "node dist/index.js",
3939
"clean": "rimraf coverage dist tmp",
4040
"prebuild": "biome lint",
4141
"build": "tsc -d -p tsconfig.json",

‎tsconfig.release.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"sourceMap": false,
5-
"removeComments": true
5+
"removeComments": true,
6+
"rootDir": "src"
67
},
78
"include": ["src"],
89
"exclude": ["**/*.test.ts", "**/*.spec.ts"]

0 commit comments

Comments
 (0)