We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc63eb9 commit 3b4b7dcCopy full SHA for 3b4b7dc
2 files changed
src/testRunner/tsconfig.json
@@ -19,6 +19,7 @@
19
{ "path": "../services", "prepend": true },
20
{ "path": "../server", "prepend": true },
21
{ "path": "../harness", "prepend": true },
22
+ { "path": "../unittests", "prepend": true },
23
{ "path": "../typingsInstallerCore", "prepend": true }
24
],
25
src/unittests/tsconfig.json
@@ -19,5 +19,5 @@
{ "path": "../typingsInstallerCore" },
{ "path": "../harness" }
- "include": ["**/*.ts"]
+ "include": ["*.ts", "**/*.ts"]
}
0 commit comments