{
"compilerOptions": {
"allowSyntheticDefaultImports": true, // implicit
"esModuleInterop": true,
"moduleResolution": "Node16"
}
}
The esModuleInterop
config is turned on in this configuration.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
{
"compilerOptions": {
"allowSyntheticDefaultImports": true, // implicit
"esModuleInterop": true,
"moduleResolution": "Node16"
}
}
The esModuleInterop
config is turned on in this configuration.