Skip to content

Commit

Permalink
feat: change compiler options for js file
Browse files Browse the repository at this point in the history
  • Loading branch information
soomtong committed Jan 22, 2025
1 parent 2f7ec84 commit 0fba598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"compilerOptions": {
"outDir": "./lib",
"allowJs": true,
"checkJs": false,
"skipLibCheck": true
},
"extends": "@day1co/tsconfig/backend.json",
Expand Down

0 comments on commit 0fba598

Please sign in to comment.