Skip to content

Commit

Permalink
Explicit tsconfig target & module
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalfredsson committed Aug 21, 2023
1 parent c5175f9 commit bfda178
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
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES3",
"sourceMap": false,
"outDir": "dist",
"allowJs": true,
Expand Down

0 comments on commit bfda178

Please sign in to comment.