tasks_manager/frontend/node_modules/has-bigints/tsconfig.json

10 lines
123 B
JSON

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