imajin/node_modules/is-array-buffer/tsconfig.json
2026-01-10 04:52:11 -08:00

9 lines
125 B
JSON

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