mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
chore: Fix typo in type definition (#2116)
This commit is contained in:
parent
7381644f6b
commit
91c239bc74
@ -725,7 +725,7 @@ export interface BaseModuleConfig {
|
||||
*
|
||||
* Defaults to `true`.
|
||||
*/
|
||||
strict_mode?: boolean;
|
||||
strictMode?: boolean;
|
||||
|
||||
/**
|
||||
* Changes Babel's compiled import statements to be lazily evaluated when their imported bindings are used for the first time.
|
||||
|
Loading…
Reference in New Issue
Block a user