2024-05-29 17:58:57 +07:00
|
|
|
{
|
|
|
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
|
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2024-09-09 13:56:29 +07:00
|
|
|
"types": ["node"],
|
|
|
|
|
"ignoreDeprecations": "5.0",
|
|
|
|
|
"verbatimModuleSyntax": true
|
2024-05-29 17:58:57 +07:00
|
|
|
}
|
|
|
|
|
}
|