fix: jobs list header issue

This commit is contained in:
Jannat Patel
2025-05-28 11:22:03 +05:30
parent 9b0673bf92
commit 933613d730
4 changed files with 42 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}