{ "extends": "../tsconfig.json", "compilerOptions": { "types": [ "jest", ], }, "include": [ "unit/*.ts", "unit/*.tsx" ], }