chore: fix typecheck
This commit is contained in:
parent
83d126b9a4
commit
44e93dd713
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"noEmit": true,
|
|
||||||
// be explicit about types included
|
|
||||||
// to avoid clashing with Jest types
|
|
||||||
"types": ["cypress"]
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"../node_modules/cypress",
|
|
||||||
"./**/*.ts"
|
|
||||||
]
|
|
||||||
}
|
|
@ -14,6 +14,7 @@
|
|||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"types": [
|
"types": [
|
||||||
|
"cypress",
|
||||||
"vite/client",
|
"vite/client",
|
||||||
"vite-plugin-pages/client",
|
"vite-plugin-pages/client",
|
||||||
"vite-plugin-vue-layouts/client"
|
"vite-plugin-vue-layouts/client"
|
||||||
|
Loading…
Reference in New Issue
Block a user