Files
cartlog-admin/node_modules/is-regex/tsconfig.json
2026-01-01 15:25:19 +05:30

10 lines
114 B
JSON

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