diff options
Diffstat (limited to 'js/assets.ts')
-rw-r--r-- | js/assets.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/assets.ts b/js/assets.ts index 8ea8f9601..c97dce649 100644 --- a/js/assets.ts +++ b/js/assets.ts @@ -46,7 +46,7 @@ import textEncodingDts from "/third_party/node_modules/@types/text-encoding/inde import typescriptDts from "/third_party/node_modules/typescript/lib/typescript.d.ts!string"; // tslint:enable:max-line-length -// prettier-ignore +// @internal export const assetSourceCode: { [key: string]: string } = { // Generated library "globals.d.ts": globalsDts, @@ -85,5 +85,5 @@ export const assetSourceCode: { [key: string]: string } = { "fetch-types.d.ts": fetchTypesDts, "flatbuffers.d.ts": flatbuffersDts, "text-encoding.d.ts": textEncodingDts, - "typescript.d.ts": typescriptDts, + "typescript.d.ts": typescriptDts }; |