W72crm_web-master/node_modules/json-stable-stringify/tsconfig.json

11 lines
145 B
JSON
Raw Normal View History

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