ts/tsconfig.config.json

15 lines
263 B
JSON
Raw Normal View History

2024-12-09 06:44:52 +00:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"types": ["node"],
"target": "es2019"
}
}