mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
14 lines
214 B
JSON
14 lines
214 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"exclude": [
|
||
|
"src/utils/test/**/*.ts",
|
||
|
"node_modules",
|
||
|
"test",
|
||
|
"dist",
|
||
|
"**/*spec.ts",
|
||
|
"**/*mock.ts",
|
||
|
"migrations"
|
||
|
]
|
||
|
}
|