mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
848f2c66ff
* fix: remove unnecessary exports overriding
* Revert "fix: remove unnecessary exports overriding"
This reverts commit f8534a14c1
.
* chore(package.json): add types field in publishConfig.exports
* build: Support moduleResolution: node10 and node16 (nodenext)
* build: Support moduleResolution: node10 and node16 (nodenext)
* build: Support moduleResolution: node10 and node16 (nodenext)
* fix delay
* Update .gitignore
Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
* Update .scripts/postbuild.sh
Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
---------
Co-authored-by: raon0211 <raon0211@toss.im>
7 lines
318 B
Bash
Executable File
7 lines
318 B
Bash
Executable File
echo "export * from './dist/array';" > array.d.ts
|
|
echo "export * from './dist/function';" > function.d.ts
|
|
echo "export * from './dist/math';" > math.d.ts
|
|
echo "export * from './dist/object';" > object.d.ts
|
|
echo "export * from './dist/predicate';" > predicate.d.ts
|
|
echo "export * from './dist/promise';" > promise.d.ts
|