link-stack/apps/metamigo-worker/tsconfig.json
Darren Clarke 43bfdaa1e3 WIP 1
2024-03-16 12:51:56 +01:00

10 lines
216 B
JSON

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