mscgenjs/mscgenjs-cli

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  // compilerOptions for testing
  // the compilerOptions for the distribution are in src/tsconfig.json
  "extends": "./src/tsconfig.json",
  "compilerOptions": {
    "noEmit": false,
    "outDir": "."
  }
}