Files
vat-api.eu/node_modules/is-regex/tsconfig.json
2026-02-13 22:02:30 +01:00

10 lines
114 B
JSON

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