From fd9b4576f9b8f9b9f45d0d5b5774750260f7f5a2 Mon Sep 17 00:00:00 2001 From: Stanislav Romanov Date: Thu, 13 May 2021 07:35:39 +0300 Subject: [PATCH] Added json with comments It will remove highlight errors in the browser --- docs/project/tsconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/tsconfig.md b/docs/project/tsconfig.md index 023a3d648..e28270305 100644 --- a/docs/project/tsconfig.md +++ b/docs/project/tsconfig.md @@ -8,7 +8,7 @@ i.e. an empty JSON file at the *root* of your project. This way TypeScript will ### compilerOptions You can customize the compiler options using `compilerOptions`: -```json +```jsonc { "compilerOptions": {