Fixes for metamigo-worker build errors
This commit is contained in:
parent
68736c0c90
commit
ab7844827e
4 changed files with 444 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "build/main"
|
||||
"outDir": "build/main",
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["**/*.ts", "**/.*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue