Files
soul-yongping/soul-admin/tsconfig.node.json
2026-03-07 22:58:43 +08:00

10 lines
160 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}