X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=63fc2cf073b9554f707b161b4f921045bcffb24e;hb=17a9a09416d6c07f560eb0c79bd031d8c0125d4e;hp=75b92b541806ab3119092ede960bc4c097a8db64;hpb=7e00d939d448a0439a4bddbb64c06d28cb9527a0;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 75b92b54..63fc2cf0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2018", - "module": "CommonJS", + "module": "ES2015", "outDir": "lib", "esModuleInterop": true, "declaration": true,