ChopFresh / tsconfig.node.json
pranav8tripathi@gmail.com
init
56ea4c7
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"noEmitOnError": false,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}