Himanshu-Singh-Chauhan / extension

0 stars 0 forks source link

Vite + PNPM - React + TypeScript + SWC

extension project. use pnpm

pnpm install
pnpm run dev


Vite Template BS -

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}