Skip to content

Commit

Permalink
Fix ligatures addon tsconfig, xtermjs#958
Browse files Browse the repository at this point in the history
tsc was returning errors as it was importing xterm.d.cs twice
  • Loading branch information
daonb committed Mar 3, 2022
1 parent 0c00f26 commit 1bdbd4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/xterm-addon-ligatures/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
]
},
"include": [
"./**/*",
"../../../typings/xterm.d.ts"
"./**/*"
]
}

0 comments on commit 1bdbd4c

Please sign in to comment.