This module can only be referenced with ECMAScript imports/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default export.
Open
- Dominant language
- TypeScript
- Stars
- 251
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
* **Link**:
* **Platform**:
macOS: 10.15.6
nodejs: 14.0.0
angular: 10.0.14
@antv/data-set: 0.11.5
* **Mini Showcase(like screenshots)**:
tsconfig.json
```json
{
"compilerOptions": {
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
}
}
```

Contributor guide
Assessment
This issue has not been assessed yet.