X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=fcd4c45ee6f79f0de9fc9d5ff74e573f9cf0baf1;hb=93609c296be8957d55e0ab202840f0ce16b196b1;hp=a6db419f3561077e85a7d9e917f02c628c932091;hpb=545414871fbd3e07078d87cacfe86436839643f0;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index a6db419f..fcd4c45e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "esModuleInterop": true, "declaration": true, "strict": true, - "importsNotUsedAsValues": "error" + "verbatimModuleSyntax": true }, "include": ["**/*.ts"], "exclude": ["node_modules", "lib"]