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