Skip to content

Commit

Permalink
Merge pull request #2147 from snyk/chore/chore/update-tsconfig-settings
Browse files Browse the repository at this point in the history
Update tsconfig settings
  • Loading branch information
maxjeffos committed Aug 10, 2021
2 parents 755f586 + 7fbe32c commit 8ded728
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.settings.json
Expand Up @@ -3,11 +3,13 @@
"outDir": "./dist",
"rootDir": ".",
"pretty": true,
"target": "es2017",
"lib": ["es2017", "dom"],
"moduleResolution": "node",
"target": "es2018",
"lib": ["ES2018", "dom"],
"module": "commonjs",
"allowJs": true,
"sourceMap": true,
"resolveJsonModule": true,
"strict": true,
"noImplicitAny": false, // Needed to compile tap and ansi-escapes
"composite": true
Expand Down

0 comments on commit 8ded728

Please sign in to comment.