Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore: ts2.9 tsconfig updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 31, 2018
1 parent 0f47be4 commit 2747c72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Expand Up @@ -4,10 +4,9 @@
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"module": "commonjs",
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "./lib",
"pretty": true,
"rootDirs": [
"./src"
],
Expand Down

0 comments on commit 2747c72

Please sign in to comment.