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

Commit

Permalink
docs: fix api docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 14, 2021
1 parent 3ea82d9 commit ba298d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "../dist",
"composite": true
},
"include": ["."]
"include": ["."],
"exclude": []
}
1 change: 1 addition & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
}
},
"include": [".", "../src/**/*"],
"exclude": [],
"references": [{ "path": "../src" }]
}
3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": "@sapphire/ts-config"
"extends": "@sapphire/ts-config",
"exclude": ["tests"]
}
3 changes: 2 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./tsconfig.base.json",
"include": ["src", "tests", "jest.config.ts"]
"include": ["src", "tests", "jest.config.ts"],
"exclude": []
}

0 comments on commit ba298d5

Please sign in to comment.