PageUp/node_modules/set-function-length/tsconfig.json

10 lines
116 B
JSON
Raw Permalink Normal View History

2024-05-16 23:04:56 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}