From b1c2e8be7287977afb2ca139783ffacf25a376fb Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 10 Jun 2021 16:00:59 +0200 Subject: [PATCH] Some formatting. --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index adee51b..002fd82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,9 @@ // "incremental": true, /* Enable incremental compilation */ "target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ -// "lib": [ -// "es2019" -// ], + // "lib": [ + // "es2019" + // ], // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */