mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Introduced a linting step in the build process to enhance code quality. - Updated configuration settings with a version upgrade and adjustments to network port specifications. - Refined package and TypeScript configurations for improved module resolution and maintainability. - **Style** - Standardized code formatting with consistent quotation usage, semicolon additions, and reorganized import paths for clarity. - Enhanced readability of SVG markup and component templates through formatting adjustments. - Simplified property definitions and improved code organization within components for better readability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|