Skip to content

Commit

Permalink
fix(scope-manager): remove moduleResolution from tsconfig.spec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Aug 13, 2023
1 parent 5cfbf54 commit e829631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/scope-manager/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "Node16",
"types": ["jest", "node"],
"moduleResolution": "Node16"
"types": ["jest", "node"]
},
"exclude": ["tests/fixtures"],
"include": [
Expand Down

0 comments on commit e829631

Please sign in to comment.