{ "extends": "../../tsconfig.json", "compilerOptions": { "module": "ESNext", "target": "ESNext", "sourceMap": true, "composite": true, "noEmit": false, "outDir": "lib" }, "references": [ { "path": "../env" } ], "include": ["./src"], "exclude": ["node_modules"] }