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

10 lines
116 B
JSON

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