Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/call-bound/tsconfig.json
T
2025-09-18 19:01:22 +07:00

11 lines
137 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ESNext",
"lib": ["es2024"],
},
"exclude": [
"coverage",
],
}