{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "dist", "rootDir": "src", "declaration": false, "module": "ESNext", "moduleResolution": "bundler", "target": "ES2022", "noEmit": false, "baseUrl": ".", "paths": { "@alga-psa/client-sdk": ["../alga-client-sdk/dist/index.d.ts"] }, "skipLibCheck": true }, "include": ["src/**/*.ts"], "exclude": ["dist"] }