Skip to content

Commit

Permalink
ci: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 1, 2024
1 parent 4b03ebe commit ab48ff5
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 ab48ff5

Please sign in to comment.