2023-07-07 16:54:53 +07:00
|
|
|
{
|
|
|
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
2024-09-02 14:01:01 +07:00
|
|
|
"include": [
|
|
|
|
|
"vite.config.*",
|
|
|
|
|
"vitest.config.*",
|
|
|
|
|
"cypress.config.*",
|
|
|
|
|
"playwright.config.*"
|
|
|
|
|
],
|
2023-07-07 16:54:53 +07:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2024-09-02 14:01:01 +07:00
|
|
|
"types": ["node"],
|
|
|
|
|
"ignoreDeprecations": "5.0",
|
2024-11-13 09:41:32 +07:00
|
|
|
"verbatimModuleSyntax": true,
|
|
|
|
|
"module": "esnext"
|
2023-07-07 16:54:53 +07:00
|
|
|
}
|
|
|
|
|
}
|