DefinitelyTyped/types/trtc-js-sdk/tsconfig.json
yokots cf013cff00
Add definition for trtc-js-sdk (#43979)
* Add definition for trtc-js-sdk

* style(trtc-js-sdk): use prettier rewrite

* [trtc-js-sdk]: support off all events

* style(trtc-js-sdk): remove unneed comment

* chore(trtc-js-sdk): enable esModuleInterop in tsconfig

* fix(trtc-js-sdk): fix dts lint export just namespace
2020-04-22 16:34:28 -07:00

26 lines
544 B
JSON

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