mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-15 13:22:46 +00:00
* Added react-native-app-intro-slider Added react-native-app-intro-slider. * Fixed pipeline error Removed semicolon to fix pipeline error.
21 lines
508 B
JSON
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"
|
|
]
|
|
}
|