Skip to content

Commit

Permalink
Fix TS errors in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
diskdance committed Jul 26, 2023
1 parent 9a44993 commit d1bb4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"esModuleInterop": true,
"moduleResolution": "node"
},
"references": [
{
"path": ".."
}
],
"include": [
"**/*.ts"
],
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"outDir": "./dist/",
"rootDir": "./lib/",
"strict": true,
"composite": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node"
Expand Down

0 comments on commit d1bb4f7

Please sign in to comment.