Skip to content

Commit

Permalink
chore(developer): update per code review
Browse files Browse the repository at this point in the history
- support empty string as import base
  • Loading branch information
srl295 committed Dec 4, 2024
1 parent f4f0355 commit 9a338ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface LKImport {
/**
* import base, currently `cldr` is supported
*/
base?: 'cldr';
base?: 'cldr' | '';
/**
* path to imported resource, of the form `45/*.xml`
*/
Expand Down

0 comments on commit 9a338ab

Please sign in to comment.