Skip to content

Commit

Permalink
skipLibCheck oven-sh/bun#8761
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmoser committed Jan 5, 2025
1 parent 363e021 commit abc28fa
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 @@ -13,7 +13,8 @@
"strict": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./types"
"outDir": "./types",
"skipLibCheck": true
},
"include": [
"src/**/*.js"
Expand Down

0 comments on commit abc28fa

Please sign in to comment.