diff options
Diffstat (limited to '.yarn/sdks/typescript/package.json')
| -rw-r--r-- | .yarn/sdks/typescript/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json new file mode 100644 index 0000000..1a10512 --- /dev/null +++ b/.yarn/sdks/typescript/package.json @@ -0,0 +1,6 @@ +{ + "name": "typescript", + "version": "4.4.3-sdk", + "main": "./lib/typescript.js", + "type": "commonjs" +} |
