updated jsconfig
This commit is contained in:
@@ -10,14 +10,25 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"/*": [
|
"/*": [
|
||||||
"./*"
|
"./*"
|
||||||
|
],
|
||||||
|
"meteor/aldeed:collection2": [
|
||||||
|
"packages\\collection2\\collection2.js"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"checkJs": true,
|
||||||
|
"allowJs": true
|
||||||
},
|
},
|
||||||
"vueCompilerOptions": {
|
"vueCompilerOptions": {
|
||||||
"target": 2,
|
"target": 2
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"**/node_modules/*"
|
"**/node_modules/*",
|
||||||
]
|
".meteor"
|
||||||
|
],
|
||||||
|
"typeAcquisition": {
|
||||||
|
"include": [
|
||||||
|
"meteor"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user