Skip to content

Commit

Permalink
build: 调整类型检查范围
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Feb 13, 2023
1 parent f6acbad commit d709969
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"jsx": "preserve"
}
},
"include": [
"fixtures",
"index.test.ts"
]
}
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"strict": true,
"esModuleInterop": true,
"noEmit": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": [
"src"
],
"exclude": [
"node_modules",
"tests"
]
}

0 comments on commit d709969

Please sign in to comment.