Skip to content

Commit 0522b1a

Browse files
committed
Fix the tests target
1 parent a4dd288 commit 0522b1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/base-manager/test/tsconfig.json

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

0 commit comments

Comments
 (0)