Fixed some types not being found and some errors Identified by typescript

This commit is contained in:
Thaum Rystra
2024-03-26 16:37:03 +02:00
parent a3ea5e1408
commit 1614e655c5
12 changed files with 2054 additions and 605 deletions

View File

@@ -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/*"
]
}
}