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