mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: update ts config
This commit is contained in:
parent
f464fc5e45
commit
5c54573aa9
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "migrations"]
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"test",
|
"test",
|
||||||
"dist",
|
"dist",
|
||||||
"**/*spec.ts",
|
"**/*spec.ts",
|
||||||
"**/*mock.ts",
|
"**/*mock.ts"
|
||||||
"migrations"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user