{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "target": "ES2020",
    "module": "ES2020",
    "moduleResolution": "node",
    "rootDir": "src",
    "baseUrl": "./",
    "paths": {
      "@opra/client": ["../client/build"],
      "@opra/common": ["../common/build"]
    },
    "resolveJsonModule": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "declaration": true,
    "inlineSourceMap": true,
    "inlineSources": true,
    "skipLibCheck": true,
    "emitDecoratorMetadata": false,
    "experimentalDecorators": true,
    "importHelpers": true,
    "noEmit": false,
    "lib": ["dom", "es2018"]
  },
  "include": ["src"],
  "exclude": ["node_modules", "dist", "**/*.shim.ts", "**/*.spec.ts"],
  "angularCompilerOptions": {
    "compilationMode": "partial",
    "strictTemplates": true,
    "enableResourceInlining": true,
    "incremental": true
  }
}
