This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
"importHelpers" : true ,
5
5
"module" : " commonjs" ,
6
6
"outDir" : " lib" ,
7
- "rootDir" : " src" ,
8
7
"esModuleInterop" : true ,
8
+ "rootDir" : " src" ,
9
9
"strict" : true ,
10
- "target" : " es2017" ,
11
- "skipLibCheck" : true
10
+ "skipLibCheck" : true ,
11
+ "target" : " ESNext" ,
12
+ "lib" : [" ESNext" ]
12
13
},
13
14
"include" : [
14
15
" src/**/*"
15
- ],
16
- "exclude" : [" node_modules" ]
16
+ ]
17
17
}
Original file line number Diff line number Diff line change @@ -5386,10 +5386,10 @@ typedarray-to-buffer@^3.1.5:
5386
5386
dependencies :
5387
5387
is-typedarray "^1.0.0"
5388
5388
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 ==
5393
5393
5394
5394
uint8arrays@^3.0.0 :
5395
5395
version "3.0.0"
You can’t perform that action at this time.
0 commit comments