Files
soul-yongping/new-soul/soul-admin/tsconfig.node.json
Alex-larget 7f5a75e489 go
2026-03-18 21:10:11 +08:00

10 lines
160 B
JSON

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