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