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