Skip to content

Commit

Permalink
chore: fix tsconfig issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Jul 9, 2024
1 parent 369c0cd commit 3370962
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
}
},
"include": [
"include",
"src",
"test",
"docs",
"**/.vitepress/**/*.ts",
"**/.vitepress/**/*.vue"
]
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"noUncheckedIndexedAccess": true,
"noEmit": true
},
"include": ["vitest.config.ts"]
"include": [
"build.config.ts",
"changelogithub.config.ts",
"eslintConfig.ts",
"vitest.config.ts"
]
}

0 comments on commit 3370962

Please sign in to comment.