DefinitelyTyped/types/fluent-ffmpeg/tsconfig.json
John Gainfort 1387a1e2d0 Update fluent-ffmpeg for es6 module library import (#16471)
* added hls.js definition

* changed to new tslint format

* fixing lint errors

* changed definition structure based on PR comment

* added module library support

* merged upstream and added tests to more reflect samples in project page

* fixed lint errors

* removed global namespace
2017-06-01 11:14:10 -07:00

23 lines
382 B
JSON

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