scraper/node_modules/get-proto/tsconfig.json

10 lines
118 B
JSON
Raw Normal View History

2026-04-21 20:21:04 +08:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
//"target": "es2021",
},
"exclude": [
"coverage",
],
}