Skip to content

Commit

Permalink
optimize jsconfig by excluding node_modules (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Oct 23, 2024
1 parent 4792ce5 commit 06a6c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"allowJs": true,
"checkJs": true,
"strict": true
}
},
"exclude": ["node_modules"]
}

0 comments on commit 06a6c74

Please sign in to comment.