We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb44d5 commit 5302b33Copy full SHA for 5302b33
README.md
@@ -60,6 +60,16 @@
60
//...
61
```
62
63
+1. ESM resolution algorithm does not currently support automatic
64
+resolution of file extensions and does not have the hability to
65
+import directories that have an index file. The extension and the name
66
+of the file being import need to _always_ be spcified. See:
67
+https://nodejs.org/api/esm.html#esm_customizing_esm_specifier_resolution_algorithm
68
+
69
+2. Typescript does not provide features that change compiled JS code.
70
+This means there is no Typescript feature to include the ".js" on
71
+compiled code. See: microsoft/TypeScript#16577 (comment)
72
73
## Problematic Settings
74
75
> **Warning** <br />
0 commit comments