Skip to content

Commit

Permalink
tsconf: skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Aug 14, 2023
1 parent 2a123e0 commit afc77d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"sourceMap": true,
"strict": true,
"baseUrl": ".",
"resolveJsonModule":true,
"resolveJsonModule": true,
"skipLibCheck": true,
"paths": {
"*": ["node_modules/*", "src/types/*"]
"*": ["src/types/*"]
}
},
"include": ["src/**/*"],
}
"include": ["src/**/*"]
}

0 comments on commit afc77d7

Please sign in to comment.