X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=2ac8fa7d1898feaf841d59d98872f761e9c19a5e;hb=0594c8f64353fa2a0818690e0db3e68b614073c1;hp=75b92b541806ab3119092ede960bc4c097a8db64;hpb=ee99693bf5c34d3acaf39db6d4506297b183e47d;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,