Skip to content

Commit

Permalink
Don't parse node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Nov 23, 2022
1 parent fcf885f commit be9a095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -7,6 +7,7 @@
"checkJs": true,
"noEmit": true,
"alwaysStrict": true,
"skipLibCheck": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"resolveJsonModule": true
Expand Down

0 comments on commit be9a095

Please sign in to comment.