{ "extends": "../../tsconfig.json", "compilerOptions": { "module": "ESNext", "target": "ESNext", "sourceMap": true }, "include": ["./src"], "exclude": ["node_modules"] }