{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": ".", "outDir": "dist", "types": ["node", "jest"], // TODO: remove all options below this line "useUnknownInCatchVariables": false }, "include": ["src/**/*.ts"] }