mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 20:02:49 +00:00
* [bn.js] Fix module import without 'allowSyntheticDefaultImports' Allow `import * as bn from 'bn.js'` to work without having to enable `"allowSyntheticDefaultImports": true` * Export the Endianness and Prime types, update unit tests for both import types
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-duplicate-imports": {
|
|
"severity": "error",
|
|
"options": {
|
|
"allow-namespace-imports": true
|
|
}
|
|
}
|
|
}
|
|
}
|