第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

React Native Typescript babel-plugin-module

React Native Typescript babel-plugin-module

FFIVE 2023-06-15 16:38:38
我可以毫無問題地將模塊解析器與 Javascript 一起使用。實際上,我可以在運行時毫無問題地將它與 Typescript 一起使用,但在開發(fā)部分我找不到Cannot find module or its corresponding type declerations問題的解決方案。我正在尋找答案我做錯了哪一部分?以下是文件:.babelrc{  "presets": ["module:metro-react-native-babel-preset"],  "plugins": [    [      "module-resolver",      {        "root": ["./src"],        "alias": [          { "@shared-components": "./shared/components" },          { "@shared-constants": "./shared/constants" },          { "@shared-theme": "./shared/theme" },          { "@font-size": "./shared/theme/font-size" },          { "@api": "./services/api/index" },          { "@fonts": "./shared/theme/fonts/index" },          { "@colors": "./shared/theme/colors" },          { "@theme": "./shared/theme/index" },          { "@services": "./services" },          { "@screens": "./screens" },          { "@utils": "./utils/" },          { "@assets": "./assets/" }        ],        "extensions": [".js", ".jsx", ".ts", ".tsx"]      }    ]  ]}tsconfig.json文件{  "compilerOptions": {    "target": "esnext",    "module": "esnext",    "lib": ["esnext"],    "allowJs": true,    "jsx": "react-native",    "noEmit": true,    "isolatedModules": true,    "strict": true,    "moduleResolution": "node",    "allowSyntheticDefaultImports": true,    "esModuleInterop": true,    // ? Custom ones    "skipLibCheck": true,    "resolveJsonModule": true,    "noImplicitAny": true,    "strictNullChecks": true,    "strictFunctionTypes": true,    "strictPropertyInitialization": true,    "noImplicitThis": true,    "alwaysStrict": true,    "noUnusedLocals": true,    "noUnusedParameters": true,    "noImplicitReturns": true,    "noFallthroughCasesInSwitch": true,    "forceConsistentCasingInFileNames": true,    // ? Babel Plugin Module Resolver
查看完整描述

1 回答

?
一只萌萌小番薯

TA貢獻1795條經(jīng)驗 獲得超7個贊

您的配置中的映射方式paths看起來不正確。正確的應(yīng)該是:


paths": {

  "@screens/*": ["./screens/*"], // You need to specify prefix `/*` as well

  // others ...

}


查看完整回答
反對 回復(fù) 2023-06-15
  • 1 回答
  • 0 關(guān)注
  • 121 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號