aboutsummaryrefslogtreecommitdiff
path: root/setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'setup.md')
-rw-r--r--setup.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.md b/setup.md
new file mode 100644
index 0000000..8da5afc
--- /dev/null
+++ b/setup.md
@@ -0,0 +1,8 @@
+```sh
+yarn set version berry
+yarn
+yarn add --dev typescript
+yarn dlx @yarnpkg/pnpify --sdk vscode
+yarn plugin import typescript
+yarn
+```