ken_nogi/NodeJS/ExcelToPDF/node_modules/has-symbols/tsconfig.json
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

11 lines
143 B
JSON

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