Commit d4382ad9 by Andrej Ocenas Committed by GitHub

Add typings to package.json in packages (#18640)

Fixes Go to definition in webstorm
parent f7c55d39
......@@ -40,5 +40,6 @@
"rollup-plugin-visualizer": "0.9.2",
"sinon": "1.17.6",
"typescript": "3.5.3"
}
},
"types": "src/index.ts"
}
......@@ -39,5 +39,6 @@
"rollup-plugin-typescript2": "0.19.3",
"rollup-plugin-visualizer": "0.9.2",
"typescript": "3.5.3"
}
},
"types": "src/index.ts"
}
......@@ -98,5 +98,6 @@
},
"_moduleAliases": {
"puppeteer": "node_modules/puppeteer-core"
}
},
"types": "src/index.ts"
}
......@@ -82,5 +82,6 @@
"rollup-plugin-typescript2": "0.19.3",
"rollup-plugin-visualizer": "0.9.2",
"typescript": "3.5.3"
}
},
"types": "src/index.ts"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment