MCPcopy Create free account
hub / github.com/algolia/algoliasearch-client-javascript / getBaseConfig

Function getBaseConfig

base.tsup.config.ts:18–25  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

16type Requester = keyof typeof requesters;
17
18export function getBaseConfig(cwd: string): Options {
19 return {
20 clean: false,
21 sourcemap: true,
22 splitting: false,
23 tsconfig: path.resolve(cwd, 'tsconfig.json'),
24 };
25}
26
27export function getDependencies(pkg: PKG, requester: Requester): string[] {
28 const deps = Object.keys(pkg.dependencies || {}) || [];

Callers 2

getBaseNodeOptionsFunction · 0.85
getBaseBrowserOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected