-
**Describe the bug**
Getting the following error on build `vue-tsc --noEmit`
```
node_modules/vue-filepond/types/index.d.ts:26:43 - error TS2507: Type 'typeof import("d:/Project/src/App/node_modu…
-
# 依赖
```json
{
"name": "computing-platform",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"sea": "vite --mode sea",
"build": "vue-…
-
this's package.json form `npm create vue@legacy`
```json
{
"name": "xxxx-xxxx-xxxx",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"…
-
Hi. Nice work on that plugin! I am using leaflet to make an interactive map for my web app. I am having this problem:
![Screenshot 2024-03-02 225022](https://github.com/maptiler/leaflet-maptilersdk/a…
-
#### Is your feature request related to a problem? Please describe.
HI everyone, thank you for the this lib! Not related to a problem, but rather an inconvenience. I notice that on the index.d.ts…
-
```bash
yarn add --dev @types/fslightbox-vue
error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2ffslightbox-vue: Not found".
```
Any chance of getting type definitions for…
-
When using a generic type that extends boolean I find the interaction confusing. I am not 100% sure that this is a language-tools issues or rather Vue issue, but I will try to give some reasoning to w…
-
I am currently getting the following error when starting up storybook and viewing the local url. I can also see that the same sort of error is present on your examples.
# Versions
| Package | Ve…
-
# Suggestion
In the same project, when multiple jsx factory functions are required, there will always be complex configurations and type conflicts. It is recommended that you configure file suffixe…
-
Currently I did not yet manage to properly build typescript types for the vue-peaks component and include them is the npm package in a usable manner.
You currently get the warning:
> Could not …