We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161bdc0 commit 95af790Copy full SHA for 95af790
1 file changed
package.json
@@ -5,8 +5,8 @@
5
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
6
"license": "MIT",
7
"type": "module",
8
- "source": "src/index.ts",
9
- "types": "dist/index.d.ts",
+ "source": "./src/index.ts",
+ "types": "./dist/index.d.ts",
10
"main": "./dist/index.js",
11
"exports": {
12
".": "./dist/index.js",
0 commit comments