link-stack/apps/metamigo-worker/tsconfig.json
2023-03-13 22:14:52 +00:00

9 lines
186 B
JSON

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