Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Mar 1, 2024
1 parent 2a39a90 commit 505e44f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions __tests__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true,
"strict": false,
"strict": false
},
"include": ["*.ts", "**/*"],
"include": ["*.ts", "**/*"]
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"useUnknownInCatchVariables": false,
"useUnknownInCatchVariables": false
},
"include": ["./src/**/*"],
"ts-node": {
"esm": true,
},
"esm": true
}
}

0 comments on commit 505e44f

Please sign in to comment.