build: update tsconfig

This commit is contained in:
Sebin Nyshkim 2023-04-02 23:55:24 +02:00
parent 5f65a341a0
commit 35562692e4
2 changed files with 1 additions and 1 deletions

8
tsconfig.node.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}