diff --git a/tsconfig.json b/tsconfig.json index 5cbb548..8a15958 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "ESNext" + "target": "ESNext", + "verbatimModuleSyntax": true }, "exclude": [ ".github",