1. Delete Default File

$ rm -rf node_modules
$ rm -rf yarn.lock

2. Set Yarn Berry for Project

$ yarn set version berry

3. Install Module

$ yarn

4. Typescript Plugin

$ yarn plugin import typescript

5. Install ZipFS

Untitled

$ yarn dlx @yarnpkg/sdks vscode

Untitled

6. Set Gitignore

Reference