siyuan-jsdraw-plugin/tsconfig.node.json
2023-05-19 19:50:46 +08:00

12 lines
No EOL
249 B
JSON

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