From 2ab9de91fed1bd037c05c343cb7335317e1467f4 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 2 Nov 2020 05:37:31 -0800 Subject: [PATCH] Format tsconfig.json --- addons/xterm-addon-ligatures/src/tsconfig.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/addons/xterm-addon-ligatures/src/tsconfig.json b/addons/xterm-addon-ligatures/src/tsconfig.json index 1d9147ca..28969f97 100644 --- a/addons/xterm-addon-ligatures/src/tsconfig.json +++ b/addons/xterm-addon-ligatures/src/tsconfig.json @@ -8,7 +8,12 @@ "strict": true, "noUnusedLocals": true, "preserveWatchOutput": true, - "types": ["../../../node_modules/@types/mocha"] + "types": [ + "../../../node_modules/@types/mocha" + ] }, - "include": ["./**/*", "../../../typings/xterm.d.ts"] + "include": [ + "./**/*", + "../../../typings/xterm.d.ts" + ] }