Explicit node imports (#4567)

To help with compatibility
This commit is contained in:
pakrym-oai
2025-10-01 12:39:04 -07:00
committed by GitHub
parent 609f75acec
commit 170c685882
9 changed files with 43 additions and 18 deletions

View File

@@ -19,6 +19,6 @@
"outDir": "dist",
"stripInternal": true
},
"include": ["src", "tests", "tsup.config.ts"],
"include": ["src", "tests", "tsup.config.ts", "samples"],
"exclude": ["dist", "node_modules"]
}