Fixes for metamigo-worker build errors

This commit is contained in:
Darren Clarke 2023-03-13 16:21:43 +00:00
parent 68736c0c90
commit ab7844827e
4 changed files with 444 additions and 3 deletions

View file

@ -1,7 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build/main"
"outDir": "build/main",
"esModuleInterop": true
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules"]