We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8e091 commit 4ea58afCopy full SHA for 4ea58af
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "smart-table-json-pointer",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "json pointer",
5
"main": "./dist/bundle/index",
6
"module": "./dist/src/index.js",
7
- "types": "./dist/src/index.d.ts",
+ "types": "./dist/declarations/index.d.ts",
8
"directories": {
9
"test": "test"
10
},
tsconfig.json
@@ -9,7 +9,8 @@
"noImplicitAny": false,
"preserveConstEnums": true,
11
"target": "es2017",
12
- "declaration": true
+ "declaration": true,
13
+ "declarationDir": "dist/declarations"
14
15
"include": [
16
"./dist/src/*"
0 commit comments