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 a1ee911 commit 8ef31a2Copy full SHA for 8ef31a2
package.json
@@ -36,7 +36,8 @@
36
],
37
"license": "MIT",
38
"browserslist": ">1%, maintained node versions",
39
- "main": "dist/strophe.common.js",
+ "main": "src/index.js",
40
+ "types": "src/types/index.d.ts",
41
"browser": "dist/strophe.umd.js",
42
"module": "dist/strophe.esm.js",
43
"unpkg": "dist/strophe.umd.min.js",
tsconfig.json
@@ -15,7 +15,7 @@
15
"declarationMap": true,
16
17
"rootDir": "./src",
18
- "outDir": "./dist/types/",
+ "outDir": "./src/types/",
19
"baseUrl": "./src/",
20
21
"esModuleInterop": true,
0 commit comments