diff --git a/tsconfig.json b/tsconfig.json index eec3a16349e..0db9ecf3790 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,5 @@ { - "exclude": [ - "node_modules", - "**/es", - "**/lib" - ], + "exclude": ["node_modules", "**/es", "**/lib"], "compilerOptions": { "module": "commonjs", "moduleResolution": "node", @@ -19,9 +15,6 @@ "experimentalDecorators": true, "jsx": "react", "target": "es5", - "lib": [ - "dom", - "es2015" - ] + "lib": ["DOM", "ES2020"] } }