1.0.0 • Published 4 years ago

topaz-metadata v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

json2typescript

yarn add json2typescript

tsconfig.json under compilerOptions as follows:

{
  "compilerOptions": {
    [...]
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    [...]
}

Install packages

yarn

Build and run

  1. Build TypeScript to JavaScript.
yarn build
  1. Run.
yarn start

Testing

yarn run test

Coverage report

yarn run coverage
1.0.0

4 years ago