Fixed some types not being found and some errors Identified by typescript
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"types": ["node", "mocha"],
|
||||
"esModuleInterop": true,
|
||||
},
|
||||
"vueCompilerOptions": {
|
||||
@@ -41,7 +40,8 @@
|
||||
],
|
||||
"typeAcquisition": {
|
||||
"include": [
|
||||
"meteor"
|
||||
"meteor",
|
||||
"node_modules/@types/meteor/globals/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user