datacap/core/datacap-ui/tsconfig.node.json
2024-03-13 03:45:14 +08:00

14 lines
238 B
JSON

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