No Description

tsconfig.json 140B

12345678
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "resolveJsonModule": true
  5. },
  6. "include": ["src/**/*", "example/**/*"]
  7. }