15 lines
263 B
JSON
15 lines
263 B
JSON
![]() |
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": [
|
||
|
"vite.config.*",
|
||
|
"vitest.config.*",
|
||
|
"cypress.config.*",
|
||
|
"playwright.config.*"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"types": ["node"],
|
||
|
"target": "es2019"
|
||
|
}
|
||
|
}
|