Skip to content

Commit

Permalink
Fixes for tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Mar 5, 2023
1 parent 7d5c589 commit d4c48ba
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
Expand Up @@ -8,6 +8,8 @@
"baseUrl": "src",
"target": "esnext",
"module": "esnext",
"strict": false, // TODO: Enable strict mode and fix types
"noImplicitAny": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"outDir": "lib",
Expand Down

0 comments on commit d4c48ba

Please sign in to comment.