Skip to content

Commit

Permalink
Merge pull request #170 from BennettChina/master
Browse files Browse the repository at this point in the history
ci: fix build error
  • Loading branch information
lc-cn authored Nov 7, 2024
2 parents ad3a25a + ef05a7b commit 74393a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
"lib": ["es6", "dom"],
"paths": {
"@/*": ["src/*"]
}
},
"skipLibCheck": true
},
"include": ["./src/"],
"exclude": ["./src/test.ts"]
"exclude": [
"./src/test.ts",
"node_modules"
]
}

0 comments on commit 74393a7

Please sign in to comment.