Files
ComfyUI_frontend/apps/website/tsconfig.json

12 lines
269 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*", "e2e/**/*", "astro.config.ts"],
"exclude": ["src/**/*.stories.ts"],
"references": [{ "path": "./tsconfig.stories.json" }]
}