{ "extends": "../../tsconfig.json", "compilerOptions": { "lib": ["ESNext", "DOM", "DOM.Iterable"], "types": [] }, "include": [ "./src/**/*", "./index.ts" ] }