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

10 lines
No EOL
202 B
JSON

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