RealBlocks / client /tsconfig.node.json
incognitolm's picture
Initial
ce2d6ca verified
Raw
History Blame Contribute Delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}