Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 12, 2024
1 parent 4d9d4a2 commit 081e6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@diplodoc/tsconfig",
"compilerOptions": {
"lib": ["DOM", "ES6"],
"lib": ["DOM", "ES2017"],
"module": "esNext",
"moduleResolution": "nodenext",
"allowJs": false,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@diplodoc/tsconfig/tsconfig",
"compilerOptions": {
"lib": ["DOM", "ES6"],
"lib": ["DOM", "ES2017"],
"module": "ESNext",
"allowJs": false,
"importHelpers": true,
Expand Down

0 comments on commit 081e6c3

Please sign in to comment.