Skip to content

Commit

Permalink
Setting verbatimModuleSyntax to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Oct 1, 2024
1 parent 328b04e commit c04936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
"verbatimModuleSyntax": true /* Specify emit/checking behavior for imports that are only used for types */,
"verbatimModuleSyntax": false /* Specify emit/checking behavior for imports that are only used for types */,
"ignoreDeprecations": "5.0" /* Ignore deprecation warnings */,

/* Source Map Options */
Expand Down

0 comments on commit c04936a

Please sign in to comment.