woj-ui-2/tsconfig.node.json

10 lines
209 B
JSON
Raw Normal View History

2024-02-20 17:03:05 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}