LP_Bot/tsconfig.node.json
2023-11-23 16:33:21 +08:00

11 lines
177 B
JSON

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