From ea48c465bcb7e43ac0aad097c87345d151c27d97 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Wed, 8 Jan 2025 00:18:51 +0900 Subject: [PATCH] fix: verbatimModuleSyntax option, due to not support in api-extractor ... --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fdcdf66da..f3f535547 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */