react-rating-star-with-type
Version:
This simple react rating star component with typescript support made by Ziaul Hoque Founder of Revuers.com
24 lines • 533 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "NodeNext",
"jsx": "react",
"strict": true,
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"declarationDir": "dist",
"declarationMap": true,
"esModuleInterop": true
},
"include": [
"src"
],
"exclude": [
"node_modules",
"dist"
]
}