diff --git a/package.json b/package.json index 95f203a..1fdc35f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ "packageManager": "pnpm@6.32.3", "module": "dist/index.mjs", "typings": "dist/index.d.ts", - "files": ["dist", "src"], + "files": [ + "dist", + "src" + ], "scripts": { "bootstrap": "corepack disable && corepack enable && pnpm i --frozen-lockfile", "dx": "npm run bootstrap && pnpm exec husky install", diff --git a/tsconfig.json b/tsconfig.json index 086abb1..466cad5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "target": "es2021" + "target": "esnext" }, "exclude": ["node_modules", "**/__tests__/*"] }