updated jsconfig

This commit is contained in:
Stefan Zermatten
2023-01-14 14:20:39 +02:00
parent 4c617332f2
commit 3532898be9

View File

@@ -10,14 +10,25 @@
"paths": {
"/*": [
"./*"
],
"meteor/aldeed:collection2": [
"packages\\collection2\\collection2.js"
]
}
},
"checkJs": true,
"allowJs": true
},
"vueCompilerOptions": {
"target": 2,
"target": 2
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
"**/node_modules/*",
".meteor"
],
"typeAcquisition": {
"include": [
"meteor"
]
}
}