Skip to content

Commit

Permalink
Adding skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Feb 7, 2025
1 parent b029103 commit 5b1d1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/kms-account/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "./dist",
"rootDir": "./src",
"strict": false,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "src/**/*.test.ts"]
Expand Down

0 comments on commit 5b1d1d0

Please sign in to comment.