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 a174ab3 commit 295ee2aCopy full SHA for 295ee2a
plugins/workspace-minimap/package.json
@@ -12,6 +12,7 @@
12
"test": "blockly-scripts test"
13
},
14
"main": "./dist/index.js",
15
+ "types": "./dist/index.d.ts",
16
"unpkg": "./dist/index.js",
17
"author": "Blockly Team",
18
"keywords": [
plugins/workspace-minimap/tsconfig.json
@@ -12,7 +12,9 @@
// Point at the local Blockly. See #1934. Remove if we add hoisting.
"paths": {
"blockly/*": ["node_modules/blockly/*"]
- }
+ },
+ "declaration": true,
+ "declarationMap": true
19
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
20
// Only src matters for production builds.
0 commit comments