{
"compilerOptions": {
"allowSyntheticDefaultImports": false,
"esModuleInterop": false,
"moduleResolution": "NodeNext"
}
}
This is the configuration for creating Node.js ESM package.
{
"compilerOptions": {
"allowSyntheticDefaultImports": false,
"esModuleInterop": false,
"moduleResolution": "NodeNext"
}
}
This is the configuration for creating Node.js ESM package.