chore: fix ci
This commit is contained in:
parent
d0d2ac597b
commit
d9107ea4d8
2 changed files with 2 additions and 3 deletions
|
|
@ -4,11 +4,10 @@
|
|||
"target": "ES2022",
|
||||
"jsx": "react-jsx",
|
||||
"module": "ESNext",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#/*": ["./src/*"],
|
||||
"@/*": ["./src/*"],
|
||||
"fumadocs-mdx:collections/*": [".source/*"]
|
||||
"fumadocs-mdx:collections/*": ["./.source/*"]
|
||||
},
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": ["vite/client"],
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ export default defineConfig({
|
|||
env: {
|
||||
builtin: true,
|
||||
},
|
||||
ignorePatterns: ["**/api-client/**"],
|
||||
ignorePatterns: ["**/api-client/**", "docs/**"],
|
||||
overrides: [
|
||||
{
|
||||
files: ["**/*.test.ts", "**/*.test.tsx"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue