diff --git a/tsconfig.json b/tsconfig.json index 776e306..afc3784 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "allowSyntheticDefaultImports": true, // To provide backwards compatibility, Node.js allows you to import most CommonJS packages with a default import. This flag tells TypeScript that it's okay to use import on CommonJS modules. "resolveJsonModule": false, // ESM doesn't yet support JSON modules. "declaration": true, + "verbatimModuleSyntax": true, "pretty": true, "newLine": "lf", "stripInternal": true,