link-stack/apps/metamigo-worker/tsconfig.json
2023-05-25 09:27:26 +00:00

10 lines
221 B
JSON

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