Skip to content

hangxingliu/yarn2-tsc-playground

Repository files navigation

yarn2-playground

cat src/indx.ts
# console.log(process.versions);
cat tsconfig.json
# ... 
# "types": [
#   "node"
# ],
# ...
#

yarn install && yarn build
# Failed!!! TypeScript can not resolve the type definition of 'node'

./use-typescript-4.sh
yarn install && yarn build
# It can work with TypeScript 4!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published