Fixed tsconfig.json
Remove nedb from types for: ``` ERROR TS2688: Cannot find type definition file for 'nedb'. ```
This commit is contained in:
parent
09e3bfce62
commit
29b82abead
|
@ -14,7 +14,6 @@
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"types": [
|
"types": [
|
||||||
"lodash",
|
"lodash",
|
||||||
"nedb",
|
|
||||||
"webpack-env",
|
"webpack-env",
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user