tsconfig.json 211 B

1234567
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "compilerOptions": { "lib": [] },
  4. "display": "@codama/nodes-from-anchor",
  5. "extends": "../../tsconfig.json",
  6. "include": ["src", "test"]
  7. }