Fix tests path in build config
This commit is contained in:
parent
8c7512b6c3
commit
b17fc32a12
|
@ -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