temp-witstalk/web/tsconfig.node.json

12 lines
192 B
JSON
Raw Permalink Normal View History

2024-04-12 21:20:27 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}