{
  "compilerOptions": {
    "noImplicitAny": false,
    "strict": true,
    "target": "ES2017",
    "moduleResolution": "node",
    "lib": ["es2017", "dom"],
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true
  },
  "include": ["src", "**/*.test.ts"]
}
