5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
import $ from 'jquery';
|
|
|
|
const global = window as any;
|
|
global.$ = global.jQuery = $;
|