{ "extends": "../tsconfig.json", "compilerOptions": { "module": "CommonJS", "target": "ESNext", "lib": ["ESNext"] }, "include": ["**/*.ts"] }