Files
smartffmpeg/tsconfig.json

12 lines
231 B
JSON
Raw Normal View History

2025-12-11 23:03:14 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"paths": {}
},
"exclude": ["dist_*/**/*.d.ts"]
}