You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ module.exports = {
62
62
};
63
63
```
64
64
65
-
If you are using **TypeScript >= 2.8.0**, it's recommended to set `"importsNotUsedAsValues": "preserve"`[compiler option](https://www.typescriptlang.org/docs/handbook/compiler-options.html)
65
+
If you are using **TypeScript >= 3.8.0**, it's recommended to set `"importsNotUsedAsValues": "preserve"`[compiler option](https://www.typescriptlang.org/docs/handbook/compiler-options.html)
66
66
in the `tsconfig.json`. [Here is an explanation.](#type-only-modules-watching)
67
67
68
68
> You can find examples how to configure it with [babel-loader](https://github.com/babel/babel-loader), [ts-loader](https://github.com/TypeStrong/ts-loader),
0 commit comments