From 579683b34e913524e5d1cf59f95b6e7ff61fe412 Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Mon, 17 Jul 2023 09:03:39 -0600 Subject: [PATCH] Update README.md Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb154a9..8e61d787 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,7 @@ This also allows for passing in different `tsconfig` files depending on your bui * `module`: defaults to `ES2015`. Other valid values are `ES2020`, `ES2022` and `ESNext` (required for dynamic imports, see [#54](https://github.com/ezolenko/rollup-plugin-typescript2/issues/54)). * `moduleResolution`: defaults to `node10` (same as `node`), but value from tsconfig is used if specified. Other valid (but mostly untested) values are `node16`, `nodenext` and `bundler`. If in doubt, use `node10`. - - `classic` is [deprecated](https://www.typescriptlang.org/docs/handbook/module-resolution.html) and changed to `node10`. It also breaks this plugin, see [#12](https://github.com/ezolenko/rollup-plugin-typescript2/issues/12) and [#14](https://github.com/ezolenko/rollup-plugin-typescript2/issues/14). - + * `classic` is [deprecated](https://www.typescriptlang.org/docs/handbook/module-resolution.html) and changed to `node10`. It also breaks this plugin, see [#12](https://github.com/ezolenko/rollup-plugin-typescript2/issues/12) and [#14](https://github.com/ezolenko/rollup-plugin-typescript2/issues/14). ### Some options need additional configuration on plugin side