Files
screenshot-tools/node_modules/has-symbols/tsconfig.json
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

11 lines
143 B
JSON

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