link-stack/apps/metamigo-worker/tsconfig.json

10 lines
189 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
2023-03-13 16:21:43 +00:00
"outDir": "build/main",
"esModuleInterop": true
2023-02-13 12:41:30 +00:00
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules"]
}