From 68051e9dd994f381fc89797aa5b2fe31d130eefc Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 28 Aug 2021 16:07:21 +0200 Subject: [PATCH] Remove comments --- Dashboard/tsconfig.json | 52 ++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/Dashboard/tsconfig.json b/Dashboard/tsconfig.json index d85cc6c..86bf925 100644 --- a/Dashboard/tsconfig.json +++ b/Dashboard/tsconfig.json @@ -1,27 +1,25 @@ -{ - "compilerOptions": { - "target": "ES2018", - "module": "CommonJS", - "lib": ["dom", "esnext"], - "declaration": true, - "declarationMap": true, - "noEmit": false, - "jsx": "react", - "strict": true, - "pretty": true, - "sourceMap": true, - /* Additional Checks */ - "noUnusedLocals": true, - "noUnusedParameters": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - /* Module Resolution Options */ - "moduleResolution": "node", - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "resolveJsonModule": true, - "allowJs": true - }, - "include": ["src", "assets/assets.d.ts"], - "exclude": ["src/electron.js"] -} +{ + "compilerOptions": { + "target": "ES2018", + "module": "CommonJS", + "lib": ["dom", "esnext"], + "declaration": true, + "declarationMap": true, + "noEmit": false, + "jsx": "react", + "strict": true, + "pretty": true, + "sourceMap": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "resolveJsonModule": true, + "allowJs": true + }, + "include": ["src", "assets/assets.d.ts"], + "exclude": ["src/electron.js"] +}