📄 tsconfig.json
/home/palash/git/site/node_modules/react-activity-calendar/tsconfig.json
Language: json • Lines: 10
{
  "extends": ["@tsconfig/bases/strictest", "@tsconfig/bases/vite-react"],
  "include": [".", ".storybook/**/*"],
  "exclude": ["examples"],
  "compilerOptions": {
    "allowJs": true,
    "exactOptionalPropertyTypes": false,
    "noPropertyAccessFromIndexSignature": false
  }
}