refunjs
Version:
Modern React-based framework for building scalable web applications with enhanced developer experience
32 lines • 597 B
JSON
{
"compilerOptions": {
"target": "ES2021",
"useDefineForClassFields": true,
"lib": [
"DOM",
"ES2021"
],
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"baseUrl": "src",
"paths": {
"@/*": [
"*"
]
},
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": [
"vite/client"
]
},
"include": [
"src",
"vite-env.d.ts",
"src/.refunjs/error-page/index.tsx"
]
}