reachy-mini-vibe-coding-apps / frontend /tsconfig.node.json
tfrere's picture
tfrere HF Staff
feat: initial Reachy Mini Vibe Coder space
d5079dd
Raw
History Blame Contribute Delete
336 Bytes
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"strict": true
},
"include": ["vite.config.ts"]
}