Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 4c20b00

Browse files
committed
bugfix: resolve issue with tsconfig.json
1 parent e81671c commit 4c20b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"rootDir": "./lib",
1414
"skipLibCheck": true
1515
},
16-
"include": ["lib/**/*", "index.ts"],
16+
"include": ["lib/**/*"],
1717
"exclude": ["node_modules", "**/*.spec.ts"]
1818
}

0 commit comments

Comments
 (0)