stock-bot/apps/wcag-ada/worker/tsconfig.json
2025-06-28 11:11:34 -04:00

15 lines
No EOL
312 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "../shared" },
{ "path": "../scanner" },
{ "path": "../config" }
]
}