Skip to content

Commit

Permalink
fix: remove unnecessary as const
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Jun 21, 2024
1 parent bc7d9a2 commit 4f52426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/constant.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEFAULT_CONFIG_NAME = 'rslib.config' as const;
export const DEFAULT_CONFIG_NAME = 'rslib.config';

export const DEFAULT_EXTENSIONS = [
'.js',
Expand Down

0 comments on commit 4f52426

Please sign in to comment.