Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozwiaczek committed Nov 6, 2020
1 parent 1c5c514 commit 591941b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"rootDir": "src",
"sourceRoot": "/",
"jsx": "react",
"target": "es2016",
"module": "esnext",
"target": "ES2016",
"module": "CommonJS",
"preserveConstEnums": true,
"removeComments": true,
"sourceMap": true,
Expand All @@ -15,7 +15,6 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"resolveJsonModule": true,
"moduleResolution": "Node",
"isolatedModules": true,
"noImplicitAny": true,
"strictNullChecks": true,
Expand Down

0 comments on commit 591941b

Please sign in to comment.