1.0.0 • Published 6 years ago
topaz-metadata v1.0.0
json2typescript
yarn add json2typescript
tsconfig.json under compilerOptions as follows:
{
"compilerOptions": {
[...]
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
[...]
}Install packages
yarnBuild and run
- Build TypeScript to JavaScript.
yarn build- Run.
yarn startTesting
yarn run testCoverage report
yarn run coverage1.0.0
6 years ago