warpgate/warpgate-web/tsconfig.node.json

9 lines
142 B
JSON
Raw Permalink Normal View History

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