Skip to content

Commit

Permalink
chore: remove erroneous project reference from parser to utils (#5801)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Oct 10, 2022
1 parent 7976865 commit ac6ccda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/parser/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"include": ["src"],
"references": [
{ "path": "../utils/tsconfig.build.json" },
{ "path": "../scope-manager/tsconfig.build.json" },
{ "path": "../types/tsconfig.build.json" },
{ "path": "../typescript-estree/tsconfig.build.json" }
Expand Down
1 change: 0 additions & 1 deletion packages/parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"include": ["src", "tests", "tools"],
"exclude": ["tests/fixtures"],
"references": [
{ "path": "../utils/tsconfig.build.json" },
{ "path": "../scope-manager/tsconfig.build.json" },
{ "path": "../types/tsconfig.build.json" },
{ "path": "../typescript-estree/tsconfig.build.json" }
Expand Down

0 comments on commit ac6ccda

Please sign in to comment.