Fix TypeScript semantic error (#4828)

ビルドの時こういうエラーが出てます
src/misc/aiscript/evaluator.ts(2,29): error TS7016: Could not find a declaration file for module 'seedrandom'
This commit is contained in:
Satsuki Yanagi 2019-05-01 22:56:18 +09:00 committed by syuilo
parent 5a2af24869
commit 7882851539

View file

@ -80,6 +80,7 @@
"@types/request-promise-native": "1.0.15",
"@types/request-stats": "3.0.0",
"@types/rimraf": "2.0.2",
"@types/seedrandom": "2.4.28",
"@types/sharp": "0.22.1",
"@types/showdown": "1.9.2",
"@types/speakeasy": "2.0.4",