ffmpeg-gui/backend/node_modules/side-channel-weakmap/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2025-12-15 23:53:29 +09:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}