DefinitelyTyped/types/react-native-app-intro-slider/tsconfig.json
Haseeb Majid cc53e7ccbe Added react-native-app-intro-slider (#37137)
* Added react-native-app-intro-slider

Added react-native-app-intro-slider.

* Fixed pipeline error

Removed semicolon to fix pipeline error.
2019-07-25 16:21:26 -07:00

21 lines
508 B
JSON

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