{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "baseUrl": ".", "paths": { "@remoteconn/shared": ["../shared/src/index.ts"] } }, "include": ["src/**/*.ts"] }