Files
Snigdha-OS.github.io/tsconfig.node.json

19 lines
424 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"moduleResolution": "bundler",
"isolatedModules": true,
"noEmit": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true
},
"include": ["vite.config.ts"]
}