2022-10-24 15:33:24 -03:00
|
|
|
{
|
2026-05-04 19:56:20 -03:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
2024-11-07 11:35:15 -03:00
|
|
|
"include": [
|
|
|
|
|
"vite.config.*",
|
|
|
|
|
"cypress.config.*",
|
|
|
|
|
"playwright.config.*"
|
|
|
|
|
],
|
2022-10-24 15:33:24 -03:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2026-05-04 19:56:20 -03:00
|
|
|
"noEmit": false,
|
2024-11-07 11:35:15 -03:00
|
|
|
"types": [
|
|
|
|
|
"node"
|
|
|
|
|
]
|
2022-10-24 15:33:24 -03:00
|
|
|
}
|
|
|
|
|
}
|