Skip to content

Commit

Permalink
test: Fix tsconfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton committed Mar 25, 2021
1 parent 7b05acd commit bac3ede
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 @@ -2,6 +2,8 @@
"compilerOptions": {
"module": "CommonJS",
"target": "ES6",
"moduleResolution": "node",
"esModuleInterop": true,
"removeComments": true,
"strict": true,
"skipLibCheck": true,
Expand Down

0 comments on commit bac3ede

Please sign in to comment.