Skip to content

Commit

Permalink
chore: add ts libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Mar 28, 2024
1 parent 57618da commit 4881521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"strictNullChecks": true
"strictNullChecks": true,
"lib": ["ESNext", "DOM"]
}
}

0 comments on commit 4881521

Please sign in to comment.