Skip to content

Commit

Permalink
Add jsconfig and jQuery types
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Dec 5, 2020
1 parent a96279e commit ee30c99
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
6 changes: 6 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"include": [
"js/**/*",
"types/**/*"
]
}
17 changes: 16 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"webapp": "git checkout gh-pages && git merge master && git push && git checkout master"
},
"devDependencies": {
"@types/jquery": "^3.5.4",
"electron": "^8.5.2",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.0.0"
Expand Down
1 change: 1 addition & 0 deletions types/libraries.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import * as $ from '../node_modules/@types/jquery/dist/jquery.slim'

0 comments on commit ee30c99

Please sign in to comment.