【发布时间】:2022-11-04 19:14:33
【问题描述】:
我将存档名称从“index.ts”更改为“style.ts”,之后总是在 tsconfig.json 中返回此错误:
“找不到文件'/src/components/AboutContainer/index.ts'。该文件在程序中,因为:默认匹配包含模式'**/*'”
这是我的 tsconfig.json:
{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true } }
【问题讨论】:
标签: typescript react-native tsconfig react-tsx