chore: Fix typo in type definition (#2116)

This commit is contained in:
Songkeys 2021-08-20 20:53:47 +08:00 committed by GitHub
parent 7381644f6b
commit 91c239bc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.