Files
soul-yongping/soul-admin/tsconfig.node.json

10 lines
160 B
JSON
Raw Normal View History

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