Files

11 lines
137 B
JSON
Raw Permalink Normal View History

2025-12-08 15:24:43 +08:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ESNext",
"lib": ["es2024"],
},
"exclude": [
"coverage",
],
}