2023-11-23 08:47:44 +07:00
|
|
|
{
|
2023-11-29 15:26:18 +07:00
|
|
|
"extends": ["@tsconfig/node18/tsconfig.json", "@vue/tsconfig/tsconfig.json"],
|
2023-11-23 08:47:44 +07:00
|
|
|
"include": [
|
|
|
|
|
"vite.config.*",
|
|
|
|
|
"vitest.config.*",
|
|
|
|
|
"cypress.config.*",
|
|
|
|
|
"playwright.config.*"
|
|
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"ignoreDeprecations": "5.0",
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
}
|
|
|
|
|
}
|