Skip to content

Commit

Permalink
chore: enable stripInternal
Browse files Browse the repository at this point in the history
As we move modules into core, we can enable this now

Closes: run-llama#1160
  • Loading branch information
himself65 committed Sep 13, 2024
1 parent ab9d969 commit 557bc22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/llms/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import type { Tokenizers } from "@llamaindex/env";
import type { JSONSchemaType } from "ajv";
import type { JSONObject, JSONValue } from "../global/type";

/**
* @internal
*/
export interface LLMChat<
AdditionalChatOptions extends object = object,
AdditionalMessageOptions extends object = object,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"strictNullChecks": true,
"exactOptionalPropertyTypes": true,
"strict": true,
"stripInternal": true,
"skipLibCheck": true,
"outDir": "./lib",
"tsBuildInfoFile": "./lib/.tsbuildinfo",
Expand Down

0 comments on commit 557bc22

Please sign in to comment.