Skip to content

Commit

Permalink
packages/common
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Nov 6, 2023
1 parent 0f569ae commit 9e88f1e
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"../../../../../common/build/build-common/tsconfig.base.json",
"../../../../../common/build/build-common/tsconfig.test.json",
"../../../../../../common/build/build-common/tsconfig.base.json",
"../../../../../../common/build/build-common/tsconfig.test.json",
],
"include": ["./**/*"],
"references": [
Expand All @@ -11,7 +11,8 @@
],
"compilerOptions": {
"rootDir": "./",
"outDir": "../../../dist/test/types",
"noEmit": true,
"outDir": "../../../dist/test/types",
"noEmit": true,
"types": [],
},
}

0 comments on commit 9e88f1e

Please sign in to comment.