mirror of
https://github.com/tenrok/maska.git
synced 2026-06-05 16:42:28 +03:00
fix(package.json): add typesVersions block into package.json (fix Cannot find module 'maska/vue' or its corresponding type declarations. import { vMaska } from 'maska/vue';)
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "maska",
|
||||
"version": "3.0.0-beta",
|
||||
"version": "3.0.0-beta1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "maska",
|
||||
"version": "3.0.0-beta",
|
||||
"version": "3.0.0-beta1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
||||
|
||||
@@ -45,6 +45,13 @@
|
||||
"require": "./dist/vue.js"
|
||||
}
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"vue": ["dist/vue.d.ts"],
|
||||
"alpine": ["dist/alpine.d.ts"],
|
||||
"svelte": ["dist/svelte.d.ts"]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"docs": "cd docs && http-server",
|
||||
|
||||
Reference in New Issue
Block a user