tsconfig.json 235 B

12345678
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "compilerOptions": { "lib": [] },
  4. "display": "@codama/renderers-js",
  5. "extends": "../../tsconfig.json",
  6. "include": ["src", "test"],
  7. "exclude": ["test/e2e"]
  8. }