Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit e4eedc0

Browse files
committed
v0.0.3
1 parent 95a9990 commit e4eedc0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tsconfig.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"importHelpers": true,
55
"module": "commonjs",
66
"outDir": "lib",
7-
"rootDir": "src",
87
"esModuleInterop": true,
8+
"rootDir": "src",
99
"strict": true,
10-
"target": "es2017",
11-
"skipLibCheck": true
10+
"skipLibCheck": true,
11+
"target": "ESNext",
12+
"lib": ["ESNext"]
1213
},
1314
"include": [
1415
"src/**/*"
15-
],
16-
"exclude": ["node_modules"]
16+
]
1717
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5386,10 +5386,10 @@ typedarray-to-buffer@^3.1.5:
53865386
dependencies:
53875387
is-typedarray "^1.0.0"
53885388

5389-
typescript@^3.3:
5390-
version "3.9.10"
5391-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
5392-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
5389+
typescript@^4.5.5:
5390+
version "4.5.5"
5391+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
5392+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
53935393

53945394
uint8arrays@^3.0.0:
53955395
version "3.0.0"

0 commit comments

Comments
 (0)