1
0
forked from dyf/APP
Files

9 lines
115 B
JSON
Raw Permalink Normal View History

2025-07-05 14:49:26 +08:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}