Clafoutis / app /frontend /tsconfig.json
Claude
Stop tsc from emitting into src/; commit package-lock.json
78d02bc unverified
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"strict": true,
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"types": ["vite/client"],
"baseUrl": "./src"
},
"include": ["src"]
}