at main 213 B view raw
1{ 2 "compilerOptions": { 3 "allowSyntheticDefaultImports": true, 4 "composite": true, 5 "module": "ESNext", 6 "moduleResolution": "bundler", 7 "skipLibCheck": true 8 }, 9 "include": ["vite.config.ts"] 10}