blob: 2d061880f4c0341a9765e31f42175cc47891b1d3 [file] [log] [blame]
Misha Krieger-Raynauld86917ea2022-11-20 14:21:02 -05001{
2 "compilerOptions": {
3 "composite": true,
Larbi Gharibb38e3542022-12-07 06:09:10 -05004 "module": "es2022",
Misha Krieger-Raynauld86917ea2022-11-20 14:21:02 -05005 "moduleResolution": "node",
6 "allowSyntheticDefaultImports": true,
7 "skipLibCheck": true
8 },
9 "include": ["vite.config.ts"]
10}