link-stack/apps/metamigo-worker/tsconfig.json
2023-03-13 16:21:43 +00:00

9 lines
189 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build/main",
"esModuleInterop": true
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules"]
}