remove headless include in benchmark projects

This commit is contained in:
Simon Lamon
2021-11-20 17:33:38 +00:00
parent 0bc02d6838
commit d7d85870d2
+1 -2
View File
@@ -21,8 +21,7 @@
},
"include": [
"./**/*",
"../../typings/xterm.d.ts",
"../../out/**/*"
"../../typings/xterm.d.ts"
],
"exclude": [
"../../**/*test.ts"