mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 09:24:19 -06:00
11 lines
170 B
YAML
11 lines
170 B
YAML
name: CodeQL Configuration
|
|
|
|
paths-ignore:
|
|
- src/lib
|
|
- tests
|
|
|
|
query-filters:
|
|
# Falls over on our dynamic RegExp generation
|
|
- exclude:
|
|
id: js/regex-injection
|