remirror/remirror

View on GitHub
packages/create-context-state/src/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"
  },
  "include": ["./"],
  "references": []
}