inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

유진리님의 게시글

유진리 유진리

@kwak2231690

수강평 작성수
-
평균평점
-

게시글 1

질문&답변

Parsing error: Cannot Read File tsconfig.json

{ "env": { "browser": true, "es2021": true }, "extends": [ "eslint:recommended", "@typescript-eslint/parser", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "plugin:prettier/recommended" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 12, "sourceType": "module", "project": "tsconfig.json" }, "plugins": ["react", "@typescript-eslint"], "ignorePatterns": ["dist/", "node_modules/"], "rules": {} } extends에 @typescript-eslint/parser를 넣어서 해결했습니다!

좋아요수
1
댓글수
2
조회수
2623