Skip to content

Commit 9e88f1e

Browse files
committed
packages/common
1 parent 0f569ae commit 9e88f1e

File tree

1 file changed

+5
-4
lines changed
  • packages/common/container-definitions/src/test/types

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
3-
"../../../../../common/build/build-common/tsconfig.base.json",
4-
"../../../../../common/build/build-common/tsconfig.test.json",
3+
"../../../../../../common/build/build-common/tsconfig.base.json",
4+
"../../../../../../common/build/build-common/tsconfig.test.json",
55
],
66
"include": ["./**/*"],
77
"references": [
@@ -11,7 +11,8 @@
1111
],
1212
"compilerOptions": {
1313
"rootDir": "./",
14-
"outDir": "../../../dist/test/types",
15-
"noEmit": true,
14+
"outDir": "../../../dist/test/types",
15+
"noEmit": true,
16+
"types": [],
1617
},
1718
}

0 commit comments

Comments
 (0)