mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #1472 from Tyriar/fix_tsconfig
Fix valid lib values in tsconfig
This commit is contained in:
+4
-4
@@ -3,10 +3,10 @@
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES5",
|
||||
"ScriptHost",
|
||||
"ES2015.Promise"
|
||||
"dom",
|
||||
"es5",
|
||||
"scripthost",
|
||||
"es2015.promise"
|
||||
],
|
||||
"rootDir": "src",
|
||||
"outDir": "lib",
|
||||
|
||||
Reference in New Issue
Block a user