Skip to content

Commit

Permalink
fix(common): remove allowJs from web's tsconfig.base.json
Browse files Browse the repository at this point in the history
Fixes: #11716
  • Loading branch information
mcdurdin committed Jun 6, 2024
1 parent 32e9284 commit 3f3e3f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"target": "es5",

// Other settings - declaration files, sourcemapping, and other miscellaneous bits.
"allowJs": false,
"declaration": true,
"experimentalDecorators": true,
"importHelpers": true,
Expand Down

0 comments on commit 3f3e3f9

Please sign in to comment.