DefinitelyTyped/types/react-native-star-rating/tsconfig.json
2018-03-18 14:25:54 -04:00

18 lines
471 B
JSON

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