19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNEXT",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"ES2022"
|
|
],
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"types": [
|
|
"@types/fluent-ffmpeg"
|
|
],
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|