17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/node18/tsconfig.json",
|
|
"@vue/tsconfig/tsconfig.json"
|
|
],
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |