Skip to content

Commit 209e5aa

Browse files
committed
Revert formatting to demo/client/tsconfig.json
1 parent 24e2eb9 commit 209e5aa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

demo/client/tsconfig.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
"@xterm/addon-web-links": ["../../addons/addon-web-links"],
2020
"@xterm/addon-webgl": ["../../addons/addon-webgl"],
2121
"@xterm/addon-unicode11": ["../../addons/addon-unicode11"],
22-
"@xterm/addon-unicode-graphemes": [
23-
"../../addons/addon-unicode-graphemes"
24-
],
22+
"@xterm/addon-unicode-graphemes": ["../../addons/addon-unicode-graphemes"],
2523
"@xterm/addon-ligatures": ["../../addons/addon-ligatures"],
2624
"*": ["./*"]
2725
}
2826
},
29-
"include": ["./**/*", "../../typings/xterm.d.ts"]
27+
"include": [
28+
"./**/*",
29+
"../../typings/xterm.d.ts"
30+
]
3031
}

0 commit comments

Comments
 (0)