Skip to content

Commit

Permalink
updating typescript and removing release workflow (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 18, 2023
1 parent 27ae9cd commit 622c7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"lib": ["esnext"],
"lib": ["ES2020"],
"module": "commonjs",
"target": "ES2015",
"target": "ES2020",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
Expand Down

0 comments on commit 622c7d3

Please sign in to comment.