[core] Also provide .d.ts files in the dist directory.

This commit is contained in:
Revone 2023-10-13 10:39:58 +08:00
parent f6c7f4930e
commit bc9b306382

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.4.0-rc",
"version": "1.40.0-rc",
"description": "Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue.",
"main": "dist/index.js",
"module": "lib/index.js",