chuhai-payment-frontend/tsconfig.node.json
2024-08-10 11:34:07 +08:00

15 lines
259 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"config.ts",
"vite.config.ts",
]
}