{ "extends": "../tsconfig.json", "compilerOptions": { "types": [ "node", "mocha" ], "lib": [ "esnext" ] }, "include": [ "**/*.ts" ] }