fix: publishing stuff

master
Guillermo Pages 5 months ago
parent d492bac155
commit 7d49248f7f

@ -1,6 +1,6 @@
{ {
"name": "react-calendario", "name": "react-calendario",
"version": "1.0.0", "version": "1.0.1",
"description": "A modern, flexible calendar component for React with TypeScript support", "description": "A modern, flexible calendar component for React with TypeScript support",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
@ -29,7 +29,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/yourusername/react-calendario" "url": "git+https://github.com/gbili/react-calendario.git"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.0", "react": ">=16.8.0",

@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"declarationDir": "./dist",
"emitDeclarationOnly": true,
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.*", "src/examples", "src/App.tsx", "src/main.tsx"]
}
Loading…
Cancel
Save