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