X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=e3c2919eb1dee7fc9f5e1f1632f72c73481c8a50;hb=86092b199b858c308849ddcf2900a7733251364a;hp=39bd6d90c89eab5afba3b35aa1cf9ef3bede3d9c;hpb=1eaa679e42a2a158b38e6fd615fd04b1bf6eb694;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 39bd6d90..e3c2919e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,12 @@ { "compilerOptions": { - "target": "ES2018", - "module": "CommonJS", + "target": "ES2019", + "module": "ES2020", "outDir": "lib", "esModuleInterop": true, - "declaration": true + "declaration": true, + "strict": true, + "importsNotUsedAsValues": "error" }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]