Add TypeScript definitions and update package configuration
Added TypeScript type definitions in `lib.d.ts` to improve developer experience and ensure type safety. Updated `package.json` to include the new "types" field and modified `.gitignore` to exclude additional unwanted files.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"description": "for building dynamic, LLM-driven workflows using a region-based execution model",
|
||||
"main": "lib.js",
|
||||
"module": "lib.js",
|
||||
"types": "lib.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib.js",
|
||||
|
Reference in New Issue
Block a user