Skip to content

Commit

Permalink
Remove unnecessary verbatimModuleSyntax from tsconfig.json
Browse files Browse the repository at this point in the history
verbatimModuleSyntax already turned on in `@tsconfig/ember`
  • Loading branch information
SergeAstapov authored Mar 25, 2024
1 parent c467c12 commit 393b1a7
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 393b1a7

Please sign in to comment.