fullstackopen-notes/parts/3/followAlong/node_modules/side-channel/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2025-05-29 19:41:40 +02:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}