{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "include": [ "src/**/*", "__tests__/**/*", "__mocks__/**/*" ], "exclude": [] }