claude-web/node_modules/reusify/tsconfig.json

12 lines
156 B
JSON
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"noEmit": true,
"strict": true
},
"files": [
"./reusify.d.ts"
]
}