Fixed tsconfig.json

Remove nedb from types for:
```
ERROR
TS2688: Cannot find type definition file for 'nedb'.
```
This commit is contained in:
kPherox 2019-05-19 23:13:40 +09:00
parent 09e3bfce62
commit 29b82abead
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D

View File

@ -14,7 +14,6 @@
"baseUrl": ".",
"types": [
"lodash",
"nedb",
"webpack-env",
],
"paths": {