blob: fcce3f9af5a6fb00732f59ee6f77612b92da3b49 [file] [log] [blame]
Misha Krieger-Raynauld86917ea2022-11-20 14:21:02 -05001{
2 "compilerOptions": {
3 "composite": true,
4 "module": "esnext",
5 "moduleResolution": "node",
6 "allowSyntheticDefaultImports": true,
7 "skipLibCheck": true
8 },
9 "include": ["vite.config.ts"]
10}