Skip to content

Commit a386214

Browse files
committed
Change to es2017 js target with es2015 modules
1 parent 5042b8c commit a386214

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

packages/base-manager/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"extends": "../../tsconfigbase",
33
"compilerOptions": {
44
"outDir": "lib",
5-
"rootDir": "src",
6-
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
7-
"target": "es5"
5+
"rootDir": "src"
86
},
97
"include": ["src/*"],
108
"references": [

packages/base/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"extends": "../../tsconfigbase",
33
"compilerOptions": {
44
"outDir": "lib",
5-
"rootDir": "src",
6-
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
7-
"target": "es5"
5+
"rootDir": "src"
86
},
97
"include": ["src/*"]
108
}

packages/controls/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"compilerOptions": {
44
"outDir": "lib",
55
"rootDir": "src",
6-
"types": ["mathjax", "node"],
7-
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
8-
"target": "es5"
6+
"types": ["mathjax", "node"]
97
},
108
"include": ["src/**/*"],
119
"references": [

packages/output/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"extends": "../../tsconfigbase",
33
"compilerOptions": {
44
"outDir": "lib",
5-
"rootDir": "src",
6-
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
7-
"target": "es5"
5+
"rootDir": "src"
86
},
97
"include": ["src/**/*"],
108
"references": [

0 commit comments

Comments
 (0)