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

View File

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