{
  "extends": "@bonniernews/tsconfig",
  "include": ["components/**/*.tsx", "assets/**/*.tsx", "types-lib/**/*.ts", "index.d.ts"],
  "compilerOptions": {
    "moduleResolution": "Bundler",
    "allowJs": true,
    "sourceMap": true,
    "skipLibCheck": false,
    "rootDir": "./",
    "allowUmdGlobalAccess": true,
    "declaration": true,
    "emitDeclarationOnly": true,
    "allowImportingTsExtensions": true,
    "typeRoots": [
      "node_modules/@types",
      "types-lib/*.ts"
    ],
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "jsxFactory": "",
    "jsxFragmentFactory": "",
  },
  "lib": [
    "ES2022"
  ]
}
