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 +}