1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-10 13:50:10 +00:00
frp/web/frps/tsconfig.config.json

9 lines
219 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}