Files
codeql-action/node_modules/set-function-length/tsconfig.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
116 B
JSON
Raw Normal View History

2024-09-16 17:29:58 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}