Skip to content

Commit

Permalink
Add jquery to types compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 10, 2024
1 parent 3b554e3 commit 7ab4047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"outDir": "../out-tsc/app",
"baseUrl": "",
"types": [
"node"
"node",
"jquery"
]
},
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "../out-tsc/spec",
"types": [
"jest",
"node"
"node",
"jquery"
]
},
"files": [
Expand Down

0 comments on commit 7ab4047

Please sign in to comment.