tsconfig.json 199 B

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