Skip to content

Commit

Permalink
chore: copy-config skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed Jul 8, 2024
1 parent 2abc3e8 commit 0913c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/copy-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "lib"
"outDir": "lib",
"skipLibCheck": true
},
"exclude": ["node_modules", "src/test", "src/**/*.test.ts"],
"include": ["src"]
Expand Down

0 comments on commit 0913c0f

Please sign in to comment.