fix(dev): errors and translation bug

This commit is contained in:
David Ralph
2023-03-16 11:15:37 +00:00
parent c81c01d484
commit fa5fd00de9
3 changed files with 38 additions and 14 deletions

7
jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"exclude": ["node_modules"]
}