Skip to content

Commit

Permalink
feat: tsc 跳过 node_modules 校验
Browse files Browse the repository at this point in the history
  • Loading branch information
dyk98 committed Sep 27, 2023
1 parent 675bae1 commit 55eee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
Expand Down

0 comments on commit 55eee5e

Please sign in to comment.