Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update tsconfig for tests
  • Loading branch information
ijjk committed Jan 21, 2020
1 parent 53e9983 commit 592a2c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tsconfig.json
Expand Up @@ -3,7 +3,8 @@
"module": "esnext",
"target": "es6",
"allowJs": true,
"baseUrl": "./lib"
"baseUrl": "./lib",
"noEmit": true
},
"include": ["./**/*"]
}

0 comments on commit 592a2c2

Please sign in to comment.