mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
189c430e46
Lots of changed bc the line length is now 120. May as well do it now.
10 lines
321 B
JSON
10 lines
321 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": []
|
|
}
|