Marketing_Digital/Template-01/node_modules/has-symbols/tsconfig.json
2026-05-13 21:21:04 -03:00

10 lines
143 B
JSON

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