Create types for ffmpeg-static and ffprobe-static

This commit is contained in:
Steve Tran
2017-06-18 18:15:39 +07:00
parent 8aff840533
commit 4692264aba
8 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"ffmpeg-static-tests.ts"
]
}