Skip to content

Commit

Permalink
fix(tsconfig): don't allow importing ts extensions in pwa
Browse files Browse the repository at this point in the history
follow up to #12221
  • Loading branch information
LeoMcA committed Dec 5, 2024
1 parent e11f62e commit 0bffd24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/pwa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2021", "webworker"],
"allowImportingTsExtensions": false,
"noEmit": false,
"preserveConstEnums": true,
"strictNullChecks": false,
Expand Down

0 comments on commit 0bffd24

Please sign in to comment.