mirror of
https://github.com/fatedier/frp.git
synced 2024-11-30 23:19:00 +08:00
9 lines
219 B
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"]
|
|
}
|
|
}
|