mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": [
|
|
"src/utils/test/**/*.ts",
|
|
"node_modules",
|
|
"test",
|
|
"dist",
|
|
"**/*spec.ts",
|
|
"**/*mock.ts"
|
|
]
|
|
}
|