vite-start/tsconfig.node.json

9 lines
142 B
JSON
Raw Permalink Normal View History

2022-04-27 13:43:49 +08:00
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
},
"include": ["vite.config.ts"]
}