Files
DefinitelyTyped/types/hls.js/tsconfig.json
John Gainfort 58e2df31f6 new definition file for hls.js (#16028)
* added hls.js definition

* changed to new tslint format

* fixing lint errors

* changed definition structure based on PR comment
2017-04-20 10:54:50 -07:00

24 lines
469 B
JSON

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