mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-09 04:14:22 +01:00
html: drop support for ie11
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"sourceMap": true,
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"lib": [ "dom", "es5"],
|
||||
"lib": [ "dom", "es5", "es2015.promise"],
|
||||
"jsx": "react",
|
||||
"allowJs": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user