message / frontend /tsconfig.node.json
hunian
feat: initialize React frontend project structure
5a9fdff
Raw
History Blame Contribute Delete
232 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}