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