Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

259
Vistas
intellisense not working with tsconfig.json, babel.config.js, and .eslintrc.json

I configure these babel.config.js, tsconfig.json, and .eslintrc.json it working fine with project run and build but it's not showing any suggestions (intellisense) with my imports. Please review and help me to fix it. So, visual sutio code show intellisense and I can work fast.

.eslintrc.js

module.exports = {
  root: true,
  extends: ['airbnb', 'airbnb/hooks', '@react-native-community'],
  settings: {
    'import/resolver': {
      alias: [
        ['assets', './assets'],
        ['components', './components'],
        ['screens', './screens'],
        ['utils', './utils'],
      ],
    },
  },
};

tsconfig.json

{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "jsx": "react-native",
    "lib": [
      "dom",
      "esnext"
    ],
    "moduleResolution": "node",
    "noEmit": true,
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "strict": true
  },
  "baseUrl": ".",
  "paths": {
    "assets/*": ["./assets/*"],
    "components/*": ["./components/*"],
    "screens/*": ["./screens/*"],
    "utils/*": ["./utils/*"],
  },
  "exclude": ["node_modules"],
  "extends": "expo/tsconfig.base"
}

babel.config.js

module.exports = function (api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
    plugins: [
      [
        'module-resolver',
        {
          alias: {
            assets: './assets',
            components: './components',
            screens: './screens',
            utils: './utils',
          },
        },
      ],
    ],
  };
};
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda