Skip to content

Commit

Permalink
fix: update tsconfig.spec.json for scope-manger
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Aug 10, 2023
1 parent 0c30a8c commit 4d0ba91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/scope-manager/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
"module": "Node16",
"types": ["jest", "node"],
"moduleResolution": "Node16"
},
"exclude": ["tests/fixtures"],
"include": [
Expand Down

0 comments on commit 4d0ba91

Please sign in to comment.