@ehsaneha/react-primitive-tab
Version:
A headless, type-safe, and hook-based tab primitive for React with full control over state management using react-observable-store.
17 lines • 399 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"jsx": "react",
"declaration": true,
"outDir": "dist",
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}