mirror of
https://gitea.com/actions/stale.git
synced 2024-12-04 15:33:25 +08:00
6 lines
101 B
JSON
6 lines
101 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["src", "__tests__"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|