From 081e6c38d51ad6ded6a42cfe7362163612715cd8 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Tue, 13 Aug 2024 02:47:57 +0300 Subject: [PATCH] wip --- demo/tsconfig.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/tsconfig.json b/demo/tsconfig.json index fe43de5d..ecbc336c 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "@diplodoc/tsconfig", "compilerOptions": { - "lib": ["DOM", "ES6"], + "lib": ["DOM", "ES2017"], "module": "esNext", "moduleResolution": "nodenext", "allowJs": false, diff --git a/tsconfig.json b/tsconfig.json index 3cfb3da5..d553d378 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "@diplodoc/tsconfig/tsconfig", "compilerOptions": { - "lib": ["DOM", "ES6"], + "lib": ["DOM", "ES2017"], "module": "ESNext", "allowJs": false, "importHelpers": true,