kinlim-feishu-bq-sdk/tsconfig.node.json

10 lines
184 B
JSON
Raw Permalink Normal View History

2025-06-17 19:07:13 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}