Skip to content

Commit 592a2c2

Browse files
committedJan 21, 2020
Update tsconfig for tests
1 parent 53e9983 commit 592a2c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"module": "esnext",
44
"target": "es6",
55
"allowJs": true,
6-
"baseUrl": "./lib"
6+
"baseUrl": "./lib",
7+
"noEmit": true
78
},
89
"include": ["./**/*"]
910
}

0 commit comments

Comments
 (0)