From 29b82abead87ce0b1abb7296172334488c2f6307 Mon Sep 17 00:00:00 2001 From: kPherox Date: Sun, 19 May 2019 23:13:40 +0900 Subject: [PATCH] Fixed tsconfig.json Remove nedb from types for: ``` ERROR TS2688: Cannot find type definition file for 'nedb'. ``` --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 39fc416f..2b785119 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "baseUrl": ".", "types": [ "lodash", - "nedb", "webpack-env", ], "paths": {