{
  "compilerOptions": {
    "baseUrl": ".",
    "downlevelIteration": true,
    "esModuleInterop": true,
    "incremental": true,
    "lib": ["es2015", "dom"],
    "module": "commonjs",
    "moduleResolution": "node",
    "noFallthroughCasesInSwitch": true,
    "paths": {
      "@aws-smithy/*": ["smithy-typescript-ssdk-libs/*/src"],
      "@smithy/*": ["packages/*/src"]
    },
    "preserveConstEnums": true,
    "removeComments": true,
    "resolveJsonModule": true,
    "target": "es5",
    "useUnknownInCatchVariables": false,
    "experimentalDecorators": true,
    "jsx": "react",
    "jsxFactory": "JSX.createElement",
    "jsxFragmentFactory": "JSX.Fragment"
  },
  "include": ["packages/", "smithy-typescript-ssdk-libs/"],
  "exclude": ["node_modules/", "**/*.spec.ts"]
}
