Commit 8ee00fd 1 parent 0b2b26c commit 8ee00fd Copy full SHA for 8ee00fd
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.1
4
+
5
+ - Fix types when not using typed-html
6
+
3
7
## 0.2.0
4
8
5
9
- * (Breaking)* ` jsxConfig.jsonAttributes ` changed to be a Set
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typed-htmx" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Definitions for htmx attributes in JSX" ,
5
5
"scripts" : {
6
6
"dist" : " tsc -b && tsc -p tsconfig.esm.json" ,
57
57
"cross-env" : " ^7.0.3" ,
58
58
"prettier" : " ^3.0.0"
59
59
}
60
- }
60
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "include" : [ "src/**/*" ] ,
2
+ "include" : [
3
+ "src/**/*"
4
+ ] ,
3
5
"compilerOptions" : {
4
6
"target" : "es2022" ,
5
7
"module" : "commonjs" ,
13
15
"skipDefaultLibCheck" : true ,
14
16
"skipLibCheck" : true
15
17
}
16
- }
18
+ }
You can’t perform that action at this time.
0 commit comments