Skip to content

Commit

Permalink
Use lib: es5 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 4, 2018
1 parent 92341c3 commit ebb5603
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
3 changes: 3 additions & 0 deletions fixtures/typings-test/tsconfig.json
Expand Up @@ -5,6 +5,9 @@
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": [
"es5"
],
"noEmit": true
}
}
2 changes: 1 addition & 1 deletion src/addons/attach/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/attach/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/fit/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/fit/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/fullscreen/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/fullscreen/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/search/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/search/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/terminado/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/terminado/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/webLinks/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/webLinks/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/winptyCompat/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/winptyCompat/",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/zmodem/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5",
"lib": [
"dom",
"es6",
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/zmodem/",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -5,7 +5,6 @@
"lib": [
"dom",
"es5",
"es6",
"scripthost",
"es2015.promise"
],
Expand Down

0 comments on commit ebb5603

Please sign in to comment.