baraqex
Version:
A powerful full-stack framework for modern web development
14 lines (13 loc) • 345 B
JSON
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true,
"types": ["node"]
},
"include": ["vite.config.*", "vitest.config.*", "build-wasm.js", "esbuild.config.js"]
}