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