{
  "compilerOptions": {
    "outDir": "./dist",
    "allowJs": true,
    "declaration": true,
    "target": "ES5",
    "strict": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true
  },
  "include": ["src"],
  "exclude": ["**/*.test.*", "**/*.spec.*"]
}
