Skip to content

Commit

Permalink
build: Fix typescript project structure, adds tsconfig to the root of…
Browse files Browse the repository at this point in the history
… tests to satisfy vscode.
  • Loading branch information
thejustinwalsh authored and trezy committed Aug 14, 2024
1 parent 64ae39c commit aebce41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.test.json",
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
],
"include": [
"./src/**/*",
"./test/**/*"
],
}
4 changes: 4 additions & 0 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
"node_modules",
"types"
],
"include": [
"./src/**/*",
"./test/**/*",
]
}

0 comments on commit aebce41

Please sign in to comment.