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 66edf21 commit 49cc4b5Copy full SHA for 49cc4b5
package.json
@@ -5,7 +5,7 @@
5
"es2015": "index.ts",
6
"source": "index.ts",
7
"main": "dist/index.js",
8
- "types": "dist/types/index.d.ts",
+ "types": "dist/index.d.ts",
9
"scripts": {
10
"build": "tsc",
11
"check-coverage": "nyc check-coverage --statements 98 --branches 90 --functions 96 --lines 99",
tsconfig.json
@@ -14,7 +14,7 @@
14
"allowSyntheticDefaultImports": true,
15
"experimentalDecorators": true,
16
"emitDecoratorMetadata": true,
17
- "declarationDir": "dist/types",
+ "declarationDir": "dist",
18
"outDir": "dist",
19
"typeRoots": [
20
"node_modules/@types"
0 commit comments