X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=2ac8fa7d1898feaf841d59d98872f761e9c19a5e;hb=0295156c310b5872970aa5dd6674f165b77954e4;hp=75b92b541806ab3119092ede960bc4c097a8db64;hpb=db274bfd5662a85eb7bbcac6e59701cf00444775;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 75b92b54..2ac8fa7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "ES2018", - "module": "CommonJS", + "target": "ES2019", + "module": "ES2020", "outDir": "lib", "esModuleInterop": true, "declaration": true,