Skip to content

Commit

Permalink
chore: changes tsconfig compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoresende committed Feb 4, 2023
1 parent 2a8795c commit 8b60fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"rootDir": "./src",
"outDir": "./dist",
"baseUrl": ".",
"target": "ES2020",
"module": "CommonJS",
"downlevelIteration": true,
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"removeComments": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitOverride": true,
Expand Down

0 comments on commit 8b60fea

Please # to comment.