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

13 lines
No EOL
262 B
JSON

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