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 058b5be commit 84f53ebCopy full SHA for 84f53eb
README.md
@@ -61,3 +61,8 @@ You can configure AVA to recognize additional file extensions. To add (partial
61
See also AVA's [`extensions` option](https://github.com/avajs/ava/blob/master/docs/06-configuration.md#options).
62
63
† Note that the [*preserve* mode for JSX](https://www.typescriptlang.org/docs/handbook/jsx.html) is not (yet) supported.
64
+
65
66
+## ES modules
67
68
+Importing ES modules is not supported yet. You must use `require` for now. See issue [#5](https://github.com/avajs/typescript/issues/5)
0 commit comments