Skip to content

Commit

Permalink
add "@types/webgl2" to fix tsc tensorflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang committed Sep 20, 2020
1 parent fc8dba8 commit e5b6dff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
19 changes: 16 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "rimraf dist && webpack",
"start": "rimraf dist && webpack-dev-server --open -d"
"start": "rimraf dist && webpack-dev-server --open -d",
"dev": "rimraf server.js && tsc server.ts && node server.js"
},
"keywords": [],
"author": "",
Expand All @@ -25,6 +26,7 @@
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@types/webgl2": "0.0.5",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2"
}
Expand Down

0 comments on commit e5b6dff

Please sign in to comment.