theBenForce/data-migration

View on GitHub
packages/data-migration-cli/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "declaration": true,
    "importHelpers": true,
    "module": "commonjs",
    "outDir": "lib",
    "rootDir": "src",
    "strict": true,
    "target": "es2017",
    "allowSyntheticDefaultImports": true
  },
  "include": ["src/**/*"]
}