{ "extends": "../tsconfig.json", "compilerOptions": { "module": "CommonJS", "esModuleInterop": true, "target": "ES2019" }, "include": ["./**/*.ts"] }