{ "extends": "../../tsconfig.json", "compilerOptions": { "lib": [ "ESNext" ], "types": [ "node" ] }, "include": [ "./src/**/*" ] }