public-js/fs-ext

View on GitHub
tsconfig.mocha.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "include": [
    "src/**/*.ts",
    "tests/**/*.spec.ts"
  ],
  "exclude": [
    "node_modules"
  ]
}