Skip to content

Commit

Permalink
Convert to TypeScript (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 24, 2023
1 parent 694b6de commit ddd9f58
Show file tree
Hide file tree
Showing 48 changed files with 1,149 additions and 379 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"files": ["sample/**", "test/**"],
"rules": {
"@typescript-eslint/no-var-requires": "off",
"import/no-unresolved": "off"
}
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Ultimate calendar for your React app.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "src/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"sideEffects": [
"*.css"
],
Expand Down
Loading

0 comments on commit ddd9f58

Please sign in to comment.