Skip to content

Commit

Permalink
fix: verbatimModuleSyntax option, due to not support in api-extractor…
Browse files Browse the repository at this point in the history
… ...
  • Loading branch information
kazupon committed Jan 7, 2025
1 parent 255ae03 commit ea48c46
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 @@ -55,7 +55,7 @@
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
"resolveJsonModule": true, /* Include modules imported with '.json' extension. */
// "isolatedDeclarations": true,
"verbatimModuleSyntax": true,
// "verbatimModuleSyntax": true,

/* Source Map Options */
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
Expand Down

0 comments on commit ea48c46

Please sign in to comment.