mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 21:20:09 +08:00
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"include": ["src/**/*.{ts,tsx}"],
|
|
"exclude": ["src/register.ts"],
|
|
"extension": [".ts", ".tsx"],
|
|
"reporter": ["json"],
|
|
"sourceMap": true,
|
|
"all": true
|
|
}
|