Skip to content

Commit 94e81e1

Browse files
committed
Fix typings tests
1 parent 04f7420 commit 94e81e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/typings/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"compilerOptions": {
3+
"lib": ["es6"],
34
"strictNullChecks": true,
45
"noImplicitAny": true,
56
"baseUrl": ".",
67
"paths": {
7-
"typescript-fsa": ["../.."]
8+
"typescript-fsa": ["../../src/index"]
89
}
910
}
1011
}

0 commit comments

Comments
 (0)