mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-10-29 18:37:34 +00:00
Add jquery to types compiler options
This commit is contained in:
parent
3b554e3bb8
commit
7ab4047b73
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
"outDir": "../out-tsc/app",
|
||||
"baseUrl": "",
|
||||
"types": [
|
||||
"node"
|
||||
"node",
|
||||
"jquery"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"outDir": "../out-tsc/spec",
|
||||
"types": [
|
||||
"jest",
|
||||
"node"
|
||||
"node",
|
||||
"jquery"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue