web_react/admin_dashboard/server/node_modules/set-function-length/tsconfig.json
2024-04-02 20:30:24 -05:00

9 lines
116 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}