Skip to content

Commit 31467ed

Browse files
authored
Update package.json
1 parent 245e3a4 commit 31467ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"author": "Luffos",
2424
"type": "module",
2525
"main": "build/index.js",
26-
"types": "./build/index.d.ts",
26+
"source": "src/index",
27+
"types": "build/index.d.ts",
2728
"scripts": {
2829
"build": "rimraf ./build && tsc --build",
2930
"build-watch": "watch \"npm run build\" ./src --interval 1 --wait 0.1",

0 commit comments

Comments
 (0)