mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +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"]
|
|
}
|
|
}
|