Skip to content

Commit

Permalink
Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Sep 14, 2024
1 parent a2a1f3a commit a91c712
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"entryPoints": ["src/index.ts"],
"out": "docs"
},
"include": ["./src/**/*.ts", "./test/**/*.ts"],
"include": ["./src/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit a91c712

Please sign in to comment.