Add jquery to types compiler options

This commit is contained in:
everoddandeven 2024-10-11 00:48:00 +02:00
parent 3b554e3bb8
commit 7ab4047b73
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,8 @@
"outDir": "../out-tsc/app", "outDir": "../out-tsc/app",
"baseUrl": "", "baseUrl": "",
"types": [ "types": [
"node" "node",
"jquery"
] ]
}, },
"files": [ "files": [

View file

@ -5,7 +5,8 @@
"outDir": "../out-tsc/spec", "outDir": "../out-tsc/spec",
"types": [ "types": [
"jest", "jest",
"node" "node",
"jquery"
] ]
}, },
"files": [ "files": [