Skip to content

Commit

Permalink
Fix typings tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed May 14, 2017
1 parent 04f7420 commit 94e81e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/typings/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"compilerOptions": {
"lib": ["es6"],
"strictNullChecks": true,
"noImplicitAny": true,
"baseUrl": ".",
"paths": {
"typescript-fsa": ["../.."]
"typescript-fsa": ["../../src/index"]
}
}
}

0 comments on commit 94e81e1

Please sign in to comment.