ken_nogi/NodeJS/postfixConsole_org/node_modules/has-symbols/tsconfig.json
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

11 lines
143 B
JSON

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