fullstackopen-notes/parts/3/followAlong/node_modules/get-proto/tsconfig.json
2025-05-29 19:41:40 +02:00

9 lines
118 B
JSON

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