hyapp-deploly/tsconfig.node.json
2026-05-20 16:49:19 +08:00

16 lines
358 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"composite": true,
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}