{
  "compileOnSave": true,
  "compilerOptions": {
    "outDir": "dist",
    "target": "es2019",
    "lib": ["ESNext", "dom", "dom.iterable"],
    "module": "esnext",
    "moduleResolution": "bundler",
    "moduleDetection": "force",
    "esModuleInterop": true,
    "allowImportingTsExtensions": true,
    "noEmit": true,
    "composite": true,
    "strict": true,
    "declaration": true,
    "sourceMap": true,
    "downlevelIteration": true,
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "forceConsistentCasingInFileNames": true,
    "allowJs": true,
    "baseUrl": ".",
    "paths": {
      "@hyperspan/html": ["../html/src/html.ts"]
    }
  },
  "references": [{ "path": "../html" }],
  "exclude": ["node_modules", "__tests__", "*.test.ts"]
}
