Skip to content

Commit

Permalink
change to es2016
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Dec 12, 2022
1 parent 7a53fee commit fe3a334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"esModuleInterop":true,
"lib": ["es2015", "dom"],
"lib": ["es2016", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
Expand All @@ -14,12 +14,12 @@
"sourceMap": true,
"strict": true,
"strictPropertyInitialization": false,
"target": "es2015",
"target": "es2016",
"types": ["jest"]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.tsx"
],
"exclude": ["src/**/__tests__"]
}

0 comments on commit fe3a334

Please sign in to comment.