Files
CATALOGO_INFINITY/backend/node_modules/is-bigint/tsconfig.json
T
2026-06-09 08:25:57 -05:00

10 lines
114 B
JSON

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