# CommonJS Wrappers

Huan(202108): CommonJS wrappers for workaround

## package.json

It must be exists because the ts-node will require this file for running under CommonJS mode.

## `.cjs`

`.cjs` is a file that contains CommonJS wrapper code.

## `.cjs.d.ts`

`.cjs.d.ts` is a file that contains the type definition of the CommonJS wrapper code.
