Skip to content

Commit

Permalink
fixes #196 - added jsx runtime typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed May 21, 2021
1 parent 0c916d9 commit 2bb7c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint
npm test
1 change: 1 addition & 0 deletions jsx-dev-runtime.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './types.d.ts';
1 change: 1 addition & 0 deletions jsx-runtime.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './types.d.ts';

0 comments on commit 2bb7c23

Please sign in to comment.