Skip to content

Commit

Permalink
Remove need for ts-lib by targeting ES6
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Jan 20, 2023
1 parent a73f242 commit c5e5bd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,5 @@
"printWidth": 120,
"endOfLine": "auto",
"arrowParens": "avoid"
},
"dependencies": {
"tslib": "^2.4.0"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "esnext",
"target": "es5",
"module": "es2020",
"target": "es6",
"lib": ["es6", "dom"],
"jsx": "react-jsx",
"sourceMap": true,
Expand Down

0 comments on commit c5e5bd0

Please sign in to comment.