campus-errand/admin/node_modules/dunder-proto/tsconfig.json
2026-03-01 05:01:47 +08:00

10 lines
116 B
JSON

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