From f448ddebe3e523d271b5cac2e12f1da3f9bc626e Mon Sep 17 00:00:00 2001 From: JYX <1449843302@qq.com> Date: Fri, 14 Sep 2018 14:47:33 +0800 Subject: [PATCH] Update tsconfig.schema.json (#58582) It's actually a config for ts compiler not for js. --- extensions/typescript-basics/schemas/tsconfig.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/typescript-basics/schemas/tsconfig.schema.json b/extensions/typescript-basics/schemas/tsconfig.schema.json index b66e9e112ba..3abb77503f6 100644 --- a/extensions/typescript-basics/schemas/tsconfig.schema.json +++ b/extensions/typescript-basics/schemas/tsconfig.schema.json @@ -1,5 +1,5 @@ { - "title": "JSON schema for the JavaScript configuration file", + "title": "JSON schema for the TypeScript compiler's configuration file", "type": "object", "default": { "compilerOptions": { @@ -9,4 +9,4 @@ "node_modules" ] } -} \ No newline at end of file +}