sms-gateway/node_modules/dunder-proto/tsconfig.json
2026-03-04 19:30:01 +01:00

9 lines
116 B
JSON

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