Marcin Balazy
Marcin Balazy
Are there any updates?
While waiting for the fix i tried this (little hacky) solution: ```ts const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config') const extraNodeModules = require('node-libs-browser') /** * Metro configuration * https://facebook.github.io/metro/docs/configuration *...
> As a temp solution I changed from **import** to **require** and TS stops checking the package: > > before > > ```js > import Reactotron, { networking } from...
I'm still getting duplicated diagnostic, how to properly disable `tsserver?
for Lunarvim users: - delete `typescript-language-server` from `:Mason` - add `lvim.lsp.installer.setup.automatic_installation.exclude = { 'tsserver' }` into your `config.lua`