Assignment5_new/node_modules/is-bigint/tsconfig.json
2025-01-07 10:44:59 +05:30

10 lines
114 B
JSON

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