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

16 lines
No EOL
334 B
JSON

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