remirror/remirror

View on GitHub
website/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "__AUTO_GENERATED__": [
    "To update the configuration edit the following field.",
    "`package.json > @remirror > tsconfigs > 'src'`",
    "",
    "Then run: `pnpm -w generate:ts`"
  ],
  "extends": "../support/tsconfig.base.json",
  "compilerOptions": {
    "types": [],
    "declaration": true,
    "composite": true,
    "noEmit": false,
    "emitDeclarationOnly": true,
    "outDir": "../dist-types",
    "noUncheckedIndexedAccess": false,
    "baseUrl": "./src",
    "paths": {
      "@components": ["components"],
      "@components/*": ["components/*"]
    },
    "allowJs": true
  },
  "include": ["components", "examples", "./*.js", "src", "plugins"]
}