Files
tenderpilot/node_modules/dunder-proto/tsconfig.json
2026-02-14 07:43:48 +00:00

10 lines
116 B
JSON
Executable File

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