Skip to content

Commit

Permalink
build: add isolatedModules for typescript (renovatebot#13228)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored and zanitete committed Jan 4, 2022
1 parent f6e1fb0 commit e33cb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"noImplicitOverride": true,
"experimentalDecorators": true,
"useUnknownInCatchVariables": false /* we aren't prepared for enabling this by default since ts 4.4*/,
"isolatedModules": true /* required for esbuild */,
"lib": ["es2020"],
"types": ["node", "jest", "jest-extended", "expect-more-jest"],
"allowJs": true,
Expand Down

0 comments on commit e33cb05

Please sign in to comment.