Skip to content

Commit

Permalink
need this then
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Dec 14, 2023
1 parent 6d85956 commit c475c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotcom-rendering/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"paths": {
/* Aliases should also be added to the webpack, babel and jest configurations */
"*": ["node_modules/@types/*", "*"] // Make sure that yarn linking doesn't confuse things https://github.com/microsoft/TypeScript/issues/11916#issuecomment-257130001
},
"preserveConstEnums": true
},
"exclude": [
Expand Down

0 comments on commit c475c61

Please sign in to comment.