fix: typescript project issue
This commit is contained in:
parent
e03ea374ff
commit
8e2d90c1d7
|
|
@ -4,7 +4,6 @@
|
|||
"exclude": ["src/**/*.spec.ts", "src/***/*.spec.tsx"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"noEmit": true,
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"]
|
||||
},
|
||||
"references": [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", ".eslintrc.js"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": true,
|
||||
"types": ["node"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue