{
  "compilerOptions": {
    "rootDir": ".",
    "module": "commonjs",
    "target": "es6"
  },
  "exclude": [
    "**/node_modules/*",
    ".git",
    ".npm",
    "**/.cache/*",
    "**/.tmp/*",
    "**/dist/*",
    "**/build/*",
    "**/*.test.js",
    "**/*.test.e2e.js",
    "**/examples/getstarted/*",
    "**/examples/kitchensink/*"
  ]
}
