yarn
yarn start
Set in VSCode config settings - "typescript.tsdk": "./node_modules/typescript/lib"
more details
- delete yarn.lock
- delete node_modules
- delete git hooks:
rm -rf .git/hooks
- install husky:
yarn add -D husky@4.3.8
yarn
yarn start
Set in VSCode config settings - "typescript.tsdk": "./node_modules/typescript/lib"
more details
rm -rf .git/hooks
yarn add -D husky@4.3.8