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

Fixes Go to definition in webstorm
This commit is contained in:
Andrej Ocenas
2019-08-22 10:20:17 +02:00
committed by GitHub
parent f7c55d3968
commit d4382ad906
4 changed files with 8 additions and 4 deletions

View File

@@ -40,5 +40,6 @@
"rollup-plugin-visualizer": "0.9.2",
"sinon": "1.17.6",
"typescript": "3.5.3"
}
},
"types": "src/index.ts"
}