Skip to content

Commit

Permalink
chore(build): Includes declaration maps (#5231)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
  • Loading branch information
ekwoka and TkDodo committed Apr 24, 2023
1 parent 195772e commit 7cd2d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.base.json
Expand Up @@ -15,6 +15,7 @@
"strictNullChecks": true,
"jsx": "react",
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 7cd2d19

Please sign in to comment.