tsconfig.json 270 B

12345678910
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "compilerOptions": {
  4. "lib": ["DOM", "ES2015", "ES2022.Error"],
  5. "resolveJsonModule": true
  6. },
  7. "display": "codama",
  8. "extends": "../../tsconfig.json",
  9. "include": ["src", "test"]
  10. }