mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-25 03:42:33 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.lib.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*",
|
|
"playwright.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |