2023-06-01 12:54:58 +07:00
|
|
|
{
|
|
|
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
2024-09-02 14:02:48 +07:00
|
|
|
"include": [
|
|
|
|
|
"vite.config.*",
|
|
|
|
|
"vitest.config.*",
|
|
|
|
|
"cypress.config.*",
|
|
|
|
|
"playwright.config.*"
|
|
|
|
|
],
|
2023-06-01 12:54:58 +07:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2024-09-02 14:02:48 +07:00
|
|
|
"types": ["node"],
|
|
|
|
|
"ignoreDeprecations": "5.0",
|
|
|
|
|
"verbatimModuleSyntax": true
|
2023-06-01 12:54:58 +07:00
|
|
|
}
|
|
|
|
|
}
|