Files
InternetProg_MorozovDV_PIbd-22/Lab/node_modules/is-boolean-object/tsconfig.json
2025-05-26 00:41:29 +04:00

10 lines
114 B
JSON

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