Skip to content

Commit d47f212

Browse files
committed
Only use each package's @types/ as typesRoot.
This is possible because we use nohoist for @types
1 parent 0e8b620 commit d47f212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config-v-next/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"skipDefaultLibCheck": true,
1313
"sourceMap": true,
1414
"composite": true,
15-
"incremental": true
15+
"incremental": true,
16+
"typeRoots": ["${configDir}/node_modules/@types"]
1617
},
1718
"exclude": ["${configDir}/dist", "${configDir}/node_modules"]
1819
}

0 commit comments

Comments
 (0)