Skip to content

Commit 7dab1e8

Browse files
author
borysn
committed
proper jquery
1 parent 00e6838 commit 7dab1e8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

frontend/src/custom-typings.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ declare var ENV: string;
22
declare var HMR: boolean;
33
declare var API_URL: string;
44

5-
declare var jQuery:any;
6-
7-
declare module "*";
8-
95
interface GlobalEnvironment {
106
ENV;
117
HMR;

frontend/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
],
1515
"types": [
1616
"jasmine",
17+
"jquery",
1718
"lodash",
1819
"node",
1920
"source-map",

0 commit comments

Comments
 (0)