mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
Careers --------- Co-authored-by: Glary-Bot <glary-bot@users.noreply.github.com> Co-authored-by: Alexander Brown <drjkl@comfy.org>
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"e2e/**/*",
|
|
"scripts/**/*",
|
|
"astro.config.ts",
|
|
"playwright.config.ts",
|
|
"vitest.config.ts"
|
|
],
|
|
"exclude": ["src/**/*.stories.ts"],
|
|
"references": [{ "path": "./tsconfig.stories.json" }]
|
|
}
|