{ "extends": "../../tsconfig.json", "include": [ "./index.d.ts", "./src/**/*.ts", "./dist/*.d.ts", ], "exclude": [], "compilerOptions": { "types": [ "jest", "node" ] } }