mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* 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
26 lines
544 B
JSON
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"
|
|
]
|
|
}
|