mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-23 15:11:31 +02:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@lib/*": ["./src/lib/*"],
|
|
"@utils/*": ["./src/lib/utils/*"],
|
|
"@components/*": ["./src/lib/components/*"],
|
|
},
|
|
},
|
|
}
|