Skip to content

Commit

Permalink
Dangerously set tsconfig target to es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Oct 19, 2023
1 parent 1999d62 commit 22ffe8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./dist/_esm5.raw",
"declaration": true,
"target": "es5",
"target": "es2017",
"lib": ["es2017", "dom"],
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
Expand All @@ -15,7 +15,7 @@
"noUnusedLocals": true,
"types": ["jest"],
"moduleResolution": "node",
"module": "es2015",
"module": "commonjs",
"typeRoots": [
"./scripts/build/constants.d.ts",
"./src/typings/next-tick.d.ts",
Expand Down

0 comments on commit 22ffe8b

Please sign in to comment.