Skip to content

Commit

Permalink
chore: removed target from typescript example
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Mar 28, 2021
1 parent 7c6a3f4 commit 6c7c5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"noEmit": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 6c7c5d3

Please sign in to comment.