mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
fix(node/types): Add ignoreDynamic
to typescript types (#4832)
This commit is contained in:
parent
473ea158c6
commit
e30449b097
@ -959,6 +959,10 @@ export interface BaseModuleConfig {
|
||||
* Defaults to `false`.
|
||||
*/
|
||||
noInterop?: boolean;
|
||||
/**
|
||||
* If set to true, dynamic imports will be preserved.
|
||||
*/
|
||||
ignoreDynamic?: boolean;
|
||||
}
|
||||
|
||||
export interface Es6Config extends BaseModuleConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user