Skip to content

Add TS declarations#167

Merged
AlexanderBelokon merged 3 commits intopublisher-productionfrom
add-ts-declarations
Mar 13, 2023
Merged

Add TS declarations#167
AlexanderBelokon merged 3 commits intopublisher-productionfrom
add-ts-declarations

Conversation

@AlexanderBelokon
Copy link
Copy Markdown
Contributor

Fixes #156

@AlexanderBelokon AlexanderBelokon self-assigned this Mar 10, 2023
"tsc": "tsc",
"start": "budo example/index.js --dir example --serve=bundle.js --live -d -- -p [ tsify --noImplicitAny ] -t [ babelify --extensions '.ts','.tsx','.js' ]",
"prepublishOnly": "rm -rf dist && babel src -d dist --extensions '.ts,.tsx,.js' && cp example/colorpickr.css dist/colorpickr.css",
"prepublishOnly": "rm -rf dist && babel src -d dist --extensions '.ts,.tsx,.js' && tsc && cp example/colorpickr.css dist/colorpickr.css",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bump the version?

@AlexanderBelokon AlexanderBelokon merged commit 4fc5f1c into publisher-production Mar 13, 2023
@AlexanderBelokon AlexanderBelokon deleted the add-ts-declarations branch March 13, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add d.ts file for TypeScript

3 participants