Transcend internationalization
Build this package only:
yarn run tsc
yarn run tsc --watch # Watch modeBuild this package and all dependency packages in main:
yarn build
yarn build --watch # Watch modeCreate a fresh build:
yarn clean && yarn run tscLint the typescript files in this package:
yarn lint