nixos-configs/devices/nos/modules/subtitles/extract-subs/tsconfig.json

20 lines
362 B
JSON
Raw Normal View History

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