Skip to content

Commit

Permalink
add map stuff to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 22, 2023
1 parent a2d14cf commit 35aa15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig-base.json
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"inlineSources": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 35aa15d

Please sign in to comment.