mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"moduleResolution": "node",
|
|
"maxNodeModuleJsDepth": 0,
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
],
|
|
}
|