tkhwang / WHAT-todo

Todo from experts with supervisors
https://www.whattodo.team
2 stars 0 forks source link

[eslint] typescript configured paths not recognized in eslint #62

Closed tkhwang closed 2 months ago

tkhwang commented 2 months ago

image

tkhwang commented 2 months ago
  settings: {
    "import/resolver": {
      node: {
        extensions: [".js", ".jsx", ".ts", ".tsx"],
      },
      typescript: {
        project: "./apps/mobile-app/tsconfig.json",
      },
    },
  },