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.
"types": "./index.d.ts"
1 parent ac8930c commit bd2cd22Copy full SHA for bd2cd22
package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0-development",
4
"description": "Plugin architecture example with full TypeScript support",
5
"main": "index.js",
6
+ "types": "./index.d.ts",
7
"scripts": {
8
"build": "tsc src/index.ts --declaration --outDir .",
9
"test": "jest --coverage"
0 commit comments