django-vue3-admin-web/node_modules/is-arguments/tsconfig.json
2025-10-20 21:21:14 +08:00

10 lines
123 B
JSON

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