securityos/node_modules/data-view-byte-length/tsconfig.json

10 lines
242 B
JSON
Raw Normal View History

2024-09-06 15:32:35 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
},
"exclude": [
"coverage",
],
}