Files
yu-zhi-ran/platform/frontend-vue/node_modules/dunder-proto/tsconfig.json
T
2026-05-01 06:48:21 +08:00

10 lines
116 B
JSON

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