File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/pages/docs/development/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,10 @@ module.exports = {
193193};
194194```
195195
196- > 🚧 注意:虽然配置模块依赖映射,可以隐射到具体的模块 /包目录中,但是还是会报错,因为模块中的依赖路径导致错误。
196+ > 🚧 注意:虽然配置模块依赖映射,可以映射到具体的模块 /包目录中,但是还是会报错,因为模块中的依赖路径导致错误。
197197 <!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
198198
199- 在 TypeScript 任然会出错 ,将在 [ ` example/examples/tsconfig.json ` ] ( https://github.com/uiwjs/react-native-uiw/blob/fe25f853fcdbe3590c3ac89924bf71326f11c58c/example/examples/tsconfig.json#L40-L44 ) 中配置,导入重新映射到相对于 ` baseUrl ` 的查找位置的一系列目录。
199+ 在 TypeScript 仍然会出错 ,将在 [ ` example/examples/tsconfig.json ` ] ( https://github.com/uiwjs/react-native-uiw/blob/fe25f853fcdbe3590c3ac89924bf71326f11c58c/example/examples/tsconfig.json#L40-L44 ) 中配置,导入重新映射到相对于 ` baseUrl ` 的查找位置的一系列目录。
200200
201201``` js
202202/* 用于解析非绝对模块名称的基目录。*/
You can’t perform that action at this time.
0 commit comments