1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-08 23:48:26 +00:00
frp/web/frps/tsconfig.node.json

11 lines
213 B
JSON

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