Skip to content

Commit c55da8b

Browse files
committed
set outdir of base tsconfig so flow report test doesnt make fake-timers.d.ts
1 parent 53ae5fb commit c55da8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig-base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
{
44
"compilerOptions": {
5+
"outDir": ".tmp/tsbuildinfo/base",
6+
57
"composite": true,
68
"emitDeclarationOnly": true,
79
"declarationMap": true,

0 commit comments

Comments
 (0)