Skip to content

Commit 56407c4

Browse files
Alisher AripovAlisher Aripov
authored andcommitted
REFACTOR: changed tsconfig
1 parent b7f6dff commit 56407c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-vue3-validation",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": false,
55
"description": "Form validations for vue 3",
66
"main": "dist/index.js",
@@ -12,6 +12,7 @@
1212
"type": "git",
1313
"url": "git+https://github.com/AlisherARI/light-vue3-validation.git"
1414
},
15+
"type": "module",
1516
"keywords": [
1617
"validating",
1718
"validation",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
4-
"module": "commonjs",
3+
"target": "esnext",
4+
"module": "esnext",
55
"rootDir": "./dist",
66
"moduleResolution": "node",
77
"suppressImplicitAnyIndexErrors": true,

0 commit comments

Comments
 (0)