mirror of
https://github.com/fatedier/frp.git
synced 2025-08-03 04:23:52 +00:00
web: support to clear offline proxies data on dashboard (#3963)
This commit is contained in:
10
web/frpc/tsconfig.node.json
Normal file
10
web/frpc/tsconfig.node.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
Reference in New Issue
Block a user