miranda-engine / client-apps /web /tsconfig.node.json
hunt
Rebuild Miranda-Engine from scratch — real repo, real content
fed1528
Raw
History Blame Contribute Delete
235 Bytes
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}