Files
DefinitelyTyped/types/kurento-utils/tsconfig.json
Miloslav Nenadál 5ef67e1623 [kurento-utils]: Add types (#19416)
* [kurento-utils]: Add types

* [kurento-utils]: Set noImplicitAny to `true`
2017-08-30 17:04:46 -07:00

23 lines
475 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",
"kurento-utils-tests.ts"
]
}