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 2d787e3 commit 327244aCopy full SHA for 327244a
README.md
@@ -253,9 +253,9 @@
253
254
## 注意
255
256
-## ~~tsc编译后无法加上.js后缀,导致无法使用module,所以在所有ts文件导入加上了js后缀~~
257
-## https://segmentfault.com/q/1010000038671707
258
-## [社区讨论](https://github.com/microsoft/TypeScript/issues/16577)
+### ~~tsc编译后无法加上.js后缀,导致无法使用module,所以在所有ts文件导入加上了js后缀~~
+### https://segmentfault.com/q/1010000038671707
+### [社区讨论](https://github.com/microsoft/TypeScript/issues/16577)
259
260
-## 已解决
261
-## 写了个[脚本](./script/addSuffixJs.js),将所有编译后的ES modules的导入导出部分加上了js后缀
+### 已解决
+### 写了个[脚本](./script/addSuffixJs.js),将所有编译后的ES modules的导入导出部分加上了js后缀
0 commit comments