欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

ReactNative 项目构建目录未找到的问题已解决

最编程 2024-10-19 16:39:34
...
###tsconfig.json { "compilerOptions": { "target": "ES5", "module": "ESNext", "jsx": "react", "baseUrl": ".", "paths": { "@/*": ["./*"] }, "lib": [ "dom", "es5", "scripthost" ], "types": [ "node", "jest", "react", "react-dom", "tslib" ] }, "include": [ "src/**/*", ".expo/types/**/*.ts", "expo-env.d.ts", "./app/**/*.ts", "./app/**/*.tsx" ], "extends": "expo/tsconfig.base" }

推荐阅读