dragonroll/backend/node_modules/set-function-length/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2024-09-21 17:08:36 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}