We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f6dff commit 56407c4Copy full SHA for 56407c4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "light-vue3-validation",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"private": false,
5
"description": "Form validations for vue 3",
6
"main": "dist/index.js",
@@ -12,6 +12,7 @@
12
"type": "git",
13
"url": "git+https://github.com/AlisherARI/light-vue3-validation.git"
14
},
15
+ "type": "module",
16
"keywords": [
17
"validating",
18
"validation",
tsconfig.json
@@ -1,7 +1,7 @@
"compilerOptions": {
- "target": "es6",
- "module": "commonjs",
+ "target": "esnext",
+ "module": "esnext",
"rootDir": "./dist",
"moduleResolution": "node",
7
"suppressImplicitAnyIndexErrors": true,
0 commit comments