Skip to content

Commit 08ca417

Browse files
authored
Merge pull request #37 from dbssman/bugfix/36-reactivity-issue-in-release-020
Fix reactivity issue in latest release
2 parents 7cd45e1 + c59c822 commit 08ca417

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-handler",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Dennis R. Bosmans",

tsconfig.json

-7
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"module": "ESNext",
66
"moduleResolution": "Node",
77
"strict": true,
8-
"strictNullChecks": true,
9-
"strictFunctionTypes": true,
108
"jsx": "preserve",
119
"resolveJsonModule": true,
1210
"isolatedModules": true,
@@ -16,13 +14,8 @@
1614
"DOM"
1715
],
1816
"skipLibCheck": true,
19-
"skipDefaultLibCheck": true,
2017
"noEmit": true,
2118
"declaration": true,
22-
"declarationMap": true,
23-
"noUnusedLocals": true,
24-
"sourceMap": true,
25-
"noImplicitAny": true,
2619
"types": [
2720
"vitest/importMeta"
2821
]

0 commit comments

Comments
 (0)