10 lines
116 B
JSON
Raw Normal View History

2026-05-31 13:21:13 +02:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}