mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
f0b102d830
This is a squash merge of a bajillion messy small commits created while iterating on the UI component library and redesign.
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"entry": ["src/main.tsx"],
|
|
"extensions": [".ts", ".tsx"],
|
|
"ignorePatterns": [
|
|
"**/node_modules/**",
|
|
"dist/**",
|
|
"public/**",
|
|
"**/*.stories.tsx",
|
|
"config/**"
|
|
],
|
|
"ignoreUnresolved": [],
|
|
"ignoreUnimported": ["src/i18.d.ts", "vite.config.ts", "src/vite-env.d.ts"],
|
|
"respectGitignore": true,
|
|
"ignoreUnused": []
|
|
}
|