grafana/public/test/global-jquery-shim.ts

5 lines
85 B
TypeScript

import $ from 'jquery';
const global = window as any;
global.$ = global.jQuery = $;