OpenApi_MezontleTeam/openApiMT/node_modules/set-function-length/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2024-05-27 17:07:27 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}