Skip to content

Commit bd2cd22

Browse files
authored
fix(typescript): add explicit "types": "./index.d.ts"
1 parent ac8930c commit bd2cd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0-development",
44
"description": "Plugin architecture example with full TypeScript support",
55
"main": "index.js",
6+
"types": "./index.d.ts",
67
"scripts": {
78
"build": "tsc src/index.ts --declaration --outDir .",
89
"test": "jest --coverage"

0 commit comments

Comments
 (0)