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