From 7882851539bd2ad036f63ba5ba292f08b15fad96 Mon Sep 17 00:00:00 2001 From: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> Date: Wed, 1 May 2019 22:56:18 +0900 Subject: [PATCH] Fix TypeScript semantic error (#4828) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ビルドの時こういうエラーが出てます src/misc/aiscript/evaluator.ts(2,29): error TS7016: Could not find a declaration file for module 'seedrandom' --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e7489ef2e..8f3b07235 100644 --- a/package.json +++ b/package.json @@ -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",