Skip to content

Commit 0ac8b75

Browse files
committed
update README.md
1 parent 156ba27 commit 0ac8b75

File tree

3 files changed

+246
-246
lines changed

3 files changed

+246
-246
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"dev": "vite",
4747
"build": "run-p type-check \"build-only {@}\" --",
48-
"build-only": "vite build && run-p tsd",
48+
"build:only": "vite build && run-p tsd",
4949
"tsd": "vue-tsc --rootDir ./packages --declaration --emitDeclarationOnly --noEmit false --outDir ./dist",
5050
"preview": "vite preview --port 5050",
5151
"type-check": "vue-tsc --noEmit -p tsconfig.json"
@@ -67,9 +67,9 @@
6767
"unplugin-vue2-script-setup": "^0.7.1",
6868
"vite": "^2.6.14",
6969
"vite-plugin-vue2": "^1.9.0",
70-
"vue": "<3",
70+
"vue": "^2.7.14",
7171
"vue-demi": "^0.13.11",
7272
"vue-template-compiler": "^2.7.14",
73-
"vue-tsc": "^1.8.27"
73+
"vue-tsc": "^1"
7474
}
7575
}

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"skipLibCheck": true,
77
"esModuleInterop": true,
88
"allowSyntheticDefaultImports": true,
9-
"strict": true,
9+
"strict": false,
1010
"forceConsistentCasingInFileNames": true,
1111
"noImplicitReturns": true,
1212
"module": "esnext",
@@ -30,11 +30,11 @@
3030
"@/*": ["./packages/*"]
3131
},
3232
"lib": ["es2020", "esnext", "dom", "dom.iterable", "scripthost"],
33-
3433
"declaration": true,
3534
},
3635
"include": ["env.d.ts", "packages/**/*.ts", "packages/**/*.d.ts", "packages/**/*.tsx", "packages/**/*.vue"],
3736
"exclude": [
38-
"node_modules"
37+
"node_modules",
38+
"example"
3939
]
4040
}

0 commit comments

Comments
 (0)