File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.1
4+
5+ - Fix types when not using typed-html
6+
37## 0.2.0
48
59- * (Breaking)* ` jsxConfig.jsonAttributes ` changed to be a Set
Original file line number Diff line number Diff line change 11{
22 "name" : " typed-htmx" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Definitions for htmx attributes in JSX" ,
55 "scripts" : {
66 "dist" : " tsc -b && tsc -p tsconfig.esm.json" ,
5757 "cross-env" : " ^7.0.3" ,
5858 "prettier" : " ^3.0.0"
5959 }
60- }
60+ }
Original file line number Diff line number Diff line change 11{
2- "include" : [" src/**/*" ],
2+ "include" : [
3+ " src/**/*"
4+ ],
35 "compilerOptions" : {
46 "target" : " es2022" ,
57 "module" : " commonjs" ,
1315 "skipDefaultLibCheck" : true ,
1416 "skipLibCheck" : true
1517 }
16- }
18+ }
You can’t perform that action at this time.
0 commit comments