Add package, pnpm lock, and tsconfig.
This commit is contained in:
parent
69ec651f6d
commit
8a1facf59d
3 changed files with 101 additions and 0 deletions
13
pnpm-lock.yaml
generated
Normal file
13
pnpm-lock.yaml
generated
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
dependencies:
|
||||
typescript: 4.0.3
|
||||
lockfileVersion: 5.1
|
||||
packages:
|
||||
/typescript/4.0.3:
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=4.2.0'
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
|
||||
specifiers:
|
||||
typescript: ^4.0.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue