Files

11 lines
137 B
JSON
Raw Permalink Normal View History

2025-11-18 12:55:09 +01:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ESNext",
"lib": ["es2024"],
},
"exclude": [
"coverage",
],
}