W72crm_web-master/node_modules/has-proto/tsconfig.json

12 lines
128 B
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"extends": "@ljharb/tsconfig",
"exclude": [
"coverage",
],
"compilerOptions": {
"typeRoots": [
"types",
],
},
}