Files
WAI_Project_VUE/node_modules/get-proto/tsconfig.json

10 lines
118 B
JSON
Raw Normal View History

2025-11-24 23:24:06 +08:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
//"target": "es2021",
},
"exclude": [
"coverage",
],
}