mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add locales property * Add member in definitions by * react-native-webrtc types * fix * Fix * Remove other package definition * remove react-native reference * Fix typescript version * Fixes for travis * Fix version * type to interface, Function * Add deviceId in SourceInfo * Fix statis * Fix static * Fix * Add RTCView * Add React * Fix filename * Add jsx in tsconfig
18 lines
466 B
JSON
18 lines
466 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"jsx": "react-native",
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts", "react-native-webrtc-tests.tsx"]
|
|
}
|