X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=63fc2cf073b9554f707b161b4f921045bcffb24e;hb=0e19141a4c860c96cde0eac21023cef79e6b22f5;hp=39bd6d90c89eab5afba3b35aa1cf9ef3bede3d9c;hpb=1eaa679e42a2a158b38e6fd615fd04b1bf6eb694;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 39bd6d90..63fc2cf0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { "compilerOptions": { "target": "ES2018", - "module": "CommonJS", + "module": "ES2015", "outDir": "lib", "esModuleInterop": true, - "declaration": true + "declaration": true, + "strict": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]