Skip to content

Commit 327244a

Browse files
committed
feat: update README
1 parent 2d787e3 commit 327244a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253

254254
## 注意
255255

256-
## ~~tsc编译后无法加上.js后缀,导致无法使用module,所以在所有ts文件导入加上了js后缀~~
257-
## https://segmentfault.com/q/1010000038671707
258-
## [社区讨论](https://github.com/microsoft/TypeScript/issues/16577)
256+
### ~~tsc编译后无法加上.js后缀,导致无法使用module,所以在所有ts文件导入加上了js后缀~~
257+
### https://segmentfault.com/q/1010000038671707
258+
### [社区讨论](https://github.com/microsoft/TypeScript/issues/16577)
259259

260-
## 已解决
261-
## 写了个[脚本](./script/addSuffixJs.js),将所有编译后的ES modules的导入导出部分加上了js后缀
260+
### 已解决
261+
### 写了个[脚本](./script/addSuffixJs.js),将所有编译后的ES modules的导入导出部分加上了js后缀

0 commit comments

Comments
 (0)