We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f569ae commit 9e88f1eCopy full SHA for 9e88f1e
packages/common/container-definitions/src/test/types/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": [
3
- "../../../../../common/build/build-common/tsconfig.base.json",
4
- "../../../../../common/build/build-common/tsconfig.test.json",
+ "../../../../../../common/build/build-common/tsconfig.base.json",
+ "../../../../../../common/build/build-common/tsconfig.test.json",
5
],
6
"include": ["./**/*"],
7
"references": [
@@ -11,7 +11,8 @@
11
12
"compilerOptions": {
13
"rootDir": "./",
14
- "outDir": "../../../dist/test/types",
15
- "noEmit": true,
+ "outDir": "../../../dist/test/types",
+ "noEmit": true,
16
+ "types": [],
17
},
18
}
0 commit comments