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",
|
"target": "ES2022",
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"#/*": ["./src/*"],
|
"#/*": ["./src/*"],
|
||||||
"@/*": ["./src/*"],
|
"@/*": ["./src/*"],
|
||||||
"fumadocs-mdx:collections/*": [".source/*"]
|
"fumadocs-mdx:collections/*": ["./.source/*"]
|
||||||
},
|
},
|
||||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||||
"types": ["vite/client"],
|
"types": ["vite/client"],
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ export default defineConfig({
|
||||||
env: {
|
env: {
|
||||||
builtin: true,
|
builtin: true,
|
||||||
},
|
},
|
||||||
ignorePatterns: ["**/api-client/**"],
|
ignorePatterns: ["**/api-client/**", "docs/**"],
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
files: ["**/*.test.ts", "**/*.test.tsx"],
|
files: ["**/*.test.ts", "**/*.test.tsx"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue