BLive_Coyote/tsconfig.node.json

9 lines
160 B
JSON
Raw Permalink Normal View History

2024-05-08 18:01:01 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "node"
},
"include": ["vite.config.ts"]
}