Skip to content

Commit

Permalink
Add rootDir option to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 1, 2016
1 parent 34491c2 commit 3b0facc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/support/foo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"target": "es5",
"module": "umd",
"rootDir": ".",
"declaration": false,
"noImplicitAny": true
},
Expand Down

0 comments on commit 3b0facc

Please sign in to comment.