refactor: remove duplicate import in examples
[poolifier.git] / tsconfig.production.json
index 5eca91e41fca03590f023da055054ee476f0544b..fcf4e71ea840c9f0aa39fdd42d98e771a8d7a6a5 100644 (file)
@@ -1,4 +1,7 @@
 {
   "extends": "./tsconfig.json",
+  "compilerOptions": {
+    "verbatimModuleSyntax": true
+  },
   "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
 }