{
  "extends": "../../shared/tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./dist",
    "target": "esnext",
    "allowJs": false,
    "emitDeclarationOnly": false,
    "isolatedModules": true,
    "noFallthroughCasesInSwitch": true,
    "noUnusedLocals": false,
    "types": ["vitest/globals"],
    "paths": {
      "*": ["./*"]
    }
  },
  "include": ["src/**/*.ts", "src/spec/**/*.json"]
}
