From 9580b81d22cffe878adaaeaf0f38ec001925ebfe Mon Sep 17 00:00:00 2001 From: zino Date: Sun, 23 May 2021 02:02:42 +0200 Subject: [PATCH] Update 'client/tsconfig.json' --- client/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 5a37c29..ed1d3c2 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,7 +1,6 @@ +/* Visit https://aka.ms/tsconfig.json to read more about this file */ { "compilerOptions": { - /* Visit https://aka.ms/tsconfig.json to read more about this file */ - /* Basic Options */ // "incremental": true, /* Enable incremental compilation */ "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */