mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10141#discussion_r2998394514
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "astro.config.ts"]
|
|
}
|