forked from vikunja/frontend
Dominik Pschenitschni
4908469d49
Also align repo closer to `create-vue` template and improve cypress integration
8 lines
195 B
JSON
8 lines
195 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
}
|
|
} |