Skip to content

Commit

Permalink
Merge pull request #276 from SergeAstapov/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary verbatimModuleSyntax from tsconfig.json
  • Loading branch information
NullVoxPopuli authored Mar 25, 2024
2 parents c467c12 + 393b1a7 commit 7ef6a30
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions files/__addonLocation__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
*/
"rootDir": "./src",

/**
https://www.typescriptlang.org/tsconfig#verbatimModuleSyntax
We don't want to include types dependencies in our compiled output, so tell TypeScript
to enforce using `import type` instead of `import` for Types.
*/
"verbatimModuleSyntax": true,

/**
https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions
Expand Down

0 comments on commit 7ef6a30

Please sign in to comment.