mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:32:08 -06:00
Fix unittests config
This commit is contained in:
parent
fc63eb9b7b
commit
3b4b7dc125
@ -19,6 +19,7 @@
|
||||
{ "path": "../services", "prepend": true },
|
||||
{ "path": "../server", "prepend": true },
|
||||
{ "path": "../harness", "prepend": true },
|
||||
{ "path": "../unittests", "prepend": true },
|
||||
{ "path": "../typingsInstallerCore", "prepend": true }
|
||||
],
|
||||
|
||||
|
||||
@ -19,5 +19,5 @@
|
||||
{ "path": "../typingsInstallerCore" },
|
||||
{ "path": "../harness" }
|
||||
],
|
||||
"include": ["**/*.ts"]
|
||||
"include": ["*.ts", "**/*.ts"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user