{ "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": "./", "esModuleInterop": true, "outDir": "./lib", "rootDir": "./src" }, "include": [ "./src" ] }