mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add typings to package.json in packages (#18640)
Fixes Go to definition in webstorm
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user