Skip to content

Commit a4703a3

Browse files
committed
Remove jQuery types
1 parent 7dda428 commit a4703a3

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

package-lock.json

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"homepage": "https://github.com/Drarig29/brackets-viewer.js#readme",
3232
"devDependencies": {
3333
"@babel/core": "^7.10.2",
34-
"@types/jquery": "^3.3.38",
3534
"babel-loader": "^8.1.0",
3635
"css-loader": "^3.5.3",
3736
"json-server": "^0.16.1",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"moduleResolution": "node",
66
"strict": true,
77
"types": [
8-
"brackets-model",
9-
"jquery"
8+
"brackets-model"
109
],
1110
"esModuleInterop": true,
1211
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)