chore: set main entrypoint to v10

This commit is contained in:
Vlad Frangu
2025-05-13 11:51:27 +03:00
parent b1244f1117
commit 4b84659fff

View File

@@ -1,7 +1,7 @@
{
"$schema": "../discord.js/packages/api-extractor/src/schemas/api-extractor.schema.json",
"mainEntryPointFilePath": "<projectFolder>/globals.d.ts",
"mainEntryPointFilePath": "<projectFolder>/v10.d.ts",
"additionalEntryPoints": [
{ "modulePath": "v10", "filePath": "<projectFolder>/v10.d.ts" },