ignores: [
    # Dependencies that depcheck thinks are unused but are actually used
    'concurrently',
    'react-native-web',
    'jest-environment-jsdom',
<<<<<<< HEAD
    '@wxt-dev/module-react',
    'serve',
    'typescript',
=======
    'webpack-cli',
    '@wxt-dev/module-react',
    'serve',
    'typescript',
    'eslint',
>>>>>>> upstream/main
    '@typescript/native-preview',
    # Dependencies that depcheck thinks are missing but are actually present or never used
    ## Internal packages / workspaces
    'src',
    'e2e',
    'tsconfig',
    'config',
<<<<<<< HEAD
=======
    # Webpack plugins
    '@svgr/webpack',
    'esbuild-loader',
    'style-loader',
    'css-loader',
    'swc-loader',
>>>>>>> upstream/main
    ## Testing
    '@testing-library/dom',
  ]
