DefinitelyTyped/types/react-native-audio/tsconfig.json
taoqf a85998b8f2 add types: react-native-audio (#35466)
* wxapp: add FileSystemManager

* fix: add interface

* uppercase interface name

* add types react-native-audio
2019-05-15 09:01:50 -07:00

23 lines
378 B
JSON

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