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

9 lines
115 B
JSON

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