Skip to content

Commit

Permalink
test: fix tests compile
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 25, 2021
1 parent 1fcedd5 commit 27d7264
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/crypto/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"rootDir": "./",
"outDir": "./build",
"tsBuildInfoFile": "./build/.tsbuildinfo"
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@sapphire/ts-config"
"extends": "@sapphire/ts-config",
"compilerOptions": {
"lib": ["ESNext", "DOM"]
}
}
6 changes: 0 additions & 6 deletions tsconfig.dev.json

This file was deleted.

2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"excludeExternals": true,
"excludeNotExported": true,
"stripInternal": true,
"tsconfig": "./tsconfig.dev.json"
"tsconfig": "./tsconfig.base.json"
}

0 comments on commit 27d7264

Please sign in to comment.