update target

This commit is contained in:
Sayem Chowdhury 2021-10-16 15:38:44 +06:00
parent 57b5070faa
commit ef52060bf1
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
{
"compilerOptions": {
"outDir": "dist",
"target": "esnext",
"module": "commonjs",
"target": "es2019", // Node.js 12
"moduleResolution": "node",
"strict": true,
"declaration": true,