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

10 lines
195 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
2023-03-13 22:14:52 +00:00
"extends": "tsconfig-link",
2023-02-13 12:41:30 +00:00
"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"],
2023-03-14 17:40:24 +00:00
"exclude": ["node_modules", "build"]
2023-02-13 12:41:30 +00:00
}