Skip to content

Commit

Permalink
fix(ts): add skipLibCheck: true
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverqx committed Aug 3, 2024
1 parent 1358b18 commit 8c4f844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true,
"paths": {
"@loggify/*": ["./src/*.ts"],
"@loggify": ["./src/index.ts"]
}
},
},
"exclude": [
"dist",
Expand Down

0 comments on commit 8c4f844

Please sign in to comment.