DefinitelyTyped/types/ffmpeg-concat/tsconfig.json
Weslen do Nascimento 98d8f8e220
[ffmpeg-concat] Create type definition (#43945)
* Create ffmpeg-concat type definition

* Export syntax

* Transition.params is optional
2020-04-16 16:14:18 -07:00

18 lines
461 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": ["index.d.ts", "ffmpeg-concat-tests.ts"]
}