We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245e3a4 commit 31467edCopy full SHA for 31467ed
package.json
@@ -23,7 +23,8 @@
23
"author": "Luffos",
24
"type": "module",
25
"main": "build/index.js",
26
- "types": "./build/index.d.ts",
+ "source": "src/index",
27
+ "types": "build/index.d.ts",
28
"scripts": {
29
"build": "rimraf ./build && tsc --build",
30
"build-watch": "watch \"npm run build\" ./src --interval 1 --wait 0.1",
0 commit comments