diff --git a/tsconfig.json b/tsconfig.json index 168eada..50b005f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "declaration": true, "noImplicitThis": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "verbatimModuleSyntax": true }, "include": ["src/**/*"], "exclude": ["node_modules"]