Skip to content

Commit f07bdcf

Browse files
authored
chore(types): fix outDir in tsconfig.tools.json (typescript-eslint#10942)
1 parent 2224f12 commit f07bdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/tsconfig.tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"outDir": "../../dist/out-tsc/packages/scope-manager",
4+
"outDir": "../../dist/out-tsc/packages/types",
55
"module": "NodeNext",
66
"types": ["node"]
77
},

0 commit comments

Comments
 (0)