X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=2ac8fa7d1898feaf841d59d98872f761e9c19a5e;hb=df0f13aff5d5cc7a8df0e122a6b114764904357b;hp=63fc2cf073b9554f707b161b4f921045bcffb24e;hpb=7977150f9030ac200bd87f2f9f4752fa4de14581;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 63fc2cf0..2ac8fa7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "ES2018", - "module": "ES2015", + "target": "ES2019", + "module": "ES2020", "outDir": "lib", "esModuleInterop": true, "declaration": true,