1
0
mirror of https://github.com/fatedier/frp synced 2025-10-05 20:47:52 +08:00
frp/web/frpc/tsconfig.node.json

11 lines
213 B
JSON

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