Skip to content

Commit

Permalink
test(server): update tests to use correct tsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
uid10804 committed Aug 19, 2023
1 parent 2021214 commit 70d43ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/server/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"lib": ["es2015"],
"rootDir": "./",
"outDir": "lib",
"declaration": true,
"sourceMap": true
},
"include": ["tests/**/*.ts"]
Expand Down

0 comments on commit 70d43ae

Please sign in to comment.