1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
cosin/cskefu-frontend/packages/apps/web/tsconfig.node.json
2023-10-17 19:10:27 +08:00

11 lines
214 B
JSON

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