Skip to content

Commit ea48c46

Browse files
committed
fix: verbatimModuleSyntax option, due to not support in api-extractor ...
1 parent 255ae03 commit ea48c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
5656
"resolveJsonModule": true, /* Include modules imported with '.json' extension. */
5757
// "isolatedDeclarations": true,
58-
"verbatimModuleSyntax": true,
58+
// "verbatimModuleSyntax": true,
5959

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

0 commit comments

Comments
 (0)