{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noEmit": false,
    "baseUrl": "."
  },
  "include": ["./**/*.ts"],
  "exclude": ["./**/*.spec.ts", "test.ts"]
}
