imajin/node_modules/@ljharb/through/tsconfig.json
2026-01-10 04:52:11 -08:00

11 lines
154 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage/**",
"example/**",
"test/**/*",
],
}