Skip to content

Commit

Permalink
Merge pull request joeltg#4 from automata-tech/feature/tsconfig-update
Browse files Browse the repository at this point in the history
feat: updates tsconfig with more commonly used values
  • Loading branch information
mark-o-mata authored Mar 9, 2022
2 parents 82e5cf0 + 4806d6b commit 71eab30
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,8 +3,8 @@
"compilerOptions": {
"outDir": "lib",
"strict": true,
"module": "ES6",
"target": "ES2020",
"module": "commonjs",
"target": "ES2015",
"skipLibCheck": true,
"sourceMap": false,
"declaration": true,
Expand Down

0 comments on commit 71eab30

Please sign in to comment.