Restore explicit .ts relative specifiers in source and enable rewriteRelativeImportExtensions so emitted JS uses .js while declarations keep explicit .ts specifiers. Add a NodeNext declaration-consumer gate to prevent extensionless declaration regressions.
11 lines
399 B
TypeScript
11 lines
399 B
TypeScript
/** Array set and normalization helpers. */
|
|
export * from './array.ts'
|
|
/** Runtime type, binary, clone, and equality helpers. */
|
|
export * from './types.ts'
|
|
/** Shared utility types and object helpers. */
|
|
export * from './misc.ts'
|
|
/** String case, path, and property formatting helpers. */
|
|
export * from './string.ts'
|
|
/** Time constants, parsing, and formatting helpers. */
|
|
export * from './time.ts'
|