seagull-js/seagull

View on GitHub
packages/commands-s3/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": ["src/**/*", "test/**/*", "declarations.d.ts"],
  "exclude": ["dist", "node_modules"]
}