From b99628949eaa8e5a2fcac8f46124abca616143c2 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:13:38 +0200 Subject: [PATCH] prettier --- src/Umbraco.Web.UI.Client/src/tsconfig.json | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/tsconfig.json b/src/Umbraco.Web.UI.Client/src/tsconfig.json index cee90ae9fd..078d969271 100644 --- a/src/Umbraco.Web.UI.Client/src/tsconfig.json +++ b/src/Umbraco.Web.UI.Client/src/tsconfig.json @@ -1,15 +1,15 @@ { - "extends": "../tsconfig.json", - "compilerOptions": { - "allowJs": true, - "noEmit": false, - "outDir": "../dist-cms", - "rootDir": "./", - "composite": true, + "extends": "../tsconfig.json", + "compilerOptions": { + "allowJs": true, + "noEmit": false, + "outDir": "../dist-cms", + "rootDir": "./", + "composite": true, "sourceMap": false, "declaration": true, - "resolveJsonModule": true, - }, - "include": ["./**/*.ts", "./**/*.json", "./**/*.js"], - "exclude": ["./**/*.test.ts", "./**/*.stories.ts", "tsconfig.json", "rollup.config.js"], + "resolveJsonModule": true + }, + "include": ["./**/*.ts", "./**/*.json", "./**/*.js"], + "exclude": ["./**/*.test.ts", "./**/*.stories.ts", "tsconfig.json", "rollup.config.js"] }