todoApp/node_modules/which-boxed-primitive/tsconfig.json

10 lines
114 B
JSON

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