ImGroup/im-admin/tsconfig.node.json

13 行
221 B
JSON

2023-08-15 15:48:30 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
2023-09-07 14:16:55 +08:00
"include": [
"vite.config.ts"
]
2023-08-15 15:48:30 +08:00
}