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.
2 parents 5c0bbc4 + 9a3d9c8 commit 5fe3398Copy full SHA for 5fe3398
package.json
@@ -7,6 +7,7 @@
7
"files": [
8
"dist/*.js",
9
"dist/*.js.map",
10
+ "dist/*.ts.map",
11
"dist/*.d.ts",
12
"LICENSE",
13
"README.md",
tsconfig.json
@@ -10,6 +10,7 @@
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
+ "declarationMap": true,
14
"strict": true,
15
"noUnusedLocals": true,
16
"noUnusedParameters": true,
0 commit comments