mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
12 lines
269 B
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" }]
|
|
}
|