X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.production.json;h=5eca91e41fca03590f023da055054ee476f0544b;hb=375f7504cdd1e27b29c47f6a4ffc0669cab855f3;hp=fcf4e71ea840c9f0aa39fdd42d98e771a8d7a6a5;hpb=2092c35fc1873fb746244f15af3478e246bb4b3b;p=poolifier.git diff --git a/tsconfig.production.json b/tsconfig.production.json index fcf4e71e..5eca91e4 100644 --- a/tsconfig.production.json +++ b/tsconfig.production.json @@ -1,7 +1,4 @@ { "extends": "./tsconfig.json", - "compilerOptions": { - "verbatimModuleSyntax": true - }, "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"] }