Skip to content

Commit

Permalink
flow report can emit d.ts now too
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 16, 2021
1 parent dd530b0 commit 6dcd173
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flow-report/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"compilerOptions": {
"outDir": "../.tmp/tsbuildinfo/flow-report",

// Project has real tsc output (and declaration was interfering with build).
// see https://github.com/GoogleChrome/lighthouse/pull/12929
"emitDeclarationOnly": false,

// Limit to base JS and DOM defs.
"lib": ["es2020", "dom", "dom.iterable"],
// Selectively include types from node_modules/.
Expand Down

0 comments on commit 6dcd173

Please sign in to comment.