Skip to content

Commit 0c5014e

Browse files
committed
fixes compatibility with Angular, Vite, Rollup, etc
1 parent af45330 commit 0c5014e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export type TokenizerConfigPreTokenizer =
279279
// PostProcessor
280280
// ----------------------------------------------------------------------------
281281

282-
interface SpecialToken {
282+
export interface SpecialToken {
283283
id: string;
284284
ids: number[];
285285
tokens: string[];

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"types": ["node", "jest"],
1616
"baseUrl": ".",
1717
"paths": {
18-
"@utils": ["src/utils/index.ts"],
18+
"@utils": ["src/utils/index"],
1919
"@utils/*": ["src/utils/*"],
2020
"@core/*": ["src/core/*"],
2121
"@static/*": ["src/static/*"]

0 commit comments

Comments
 (0)