Fix tests path in build config
This commit is contained in:
parent
18486012c6
commit
7fa1ac7fe6
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
||||
"exclude": ["node_modules", "tests", "dist", "**/*spec.ts"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue