link-stack/apps/bridge-worker/tsconfig.json
2024-04-21 09:44:30 +02:00

10 lines
216 B
JSON

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