{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["jest"] }, "include": ["src/**/*.ts", "messages/*.json", "tests/**/*.ts"], "exclude": [] }