Skip to content

Commit

Permalink
chore: enable ts strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Mar 28, 2024
1 parent 59d7bca commit 25019e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
"strict": false,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"strictNullChecks": true,
"lib": ["ESNext", "DOM"]
}
}

0 comments on commit 25019e9

Please sign in to comment.