Files
VFXdemo/node_modules/call-bound/tsconfig.json
Daniel afbcd99224 fix
2026-04-01 20:06:17 +08:00

11 lines
137 B
JSON

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