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