Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"compilerOptions": {
"composite": true,
"target": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"types": [],
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "vitest.config.ts"]
}