gregoranders/nodejs-project-info

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "CommonJS",
    "outDir": "./dist",
    "sourceMap": true,
    "strict": true,
    "target": "ES6",
  },
  "include": [
    "src/index.ts"
  ]
}