recipe-backend/node_modules/dunder-proto/tsconfig.json
2025-09-21 12:39:54 +02:00

9 lines
116 B
JSON

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