Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
ui
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ui
Commits
235a3c44
Commit
235a3c44
authored
1 year ago
by
Kasper Seweryn
🥞
Browse files
Options
Downloads
Patches
Plain Diff
fix(types): resolve type issues
parent
18fb08d1
No related branches found
No related tags found
1 merge request
!25
Draft: feat: don't require to use vue-i18n
Pipeline
#31419
passed with stages
Stage: build
Stage: test
in 3 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tsconfig.json
+8
-2
8 additions, 2 deletions
tsconfig.json
yarn.lock
+3
-3
3 additions, 3 deletions
yarn.lock
with
11 additions
and
5 deletions
tsconfig.json
+
8
−
2
View file @
235a3c44
...
...
@@ -4,8 +4,14 @@
"baseUrl"
:
"."
,
"sourceMap"
:
true
,
"noUnusedLocals"
:
true
,
"importsNotSUsedAsValues"
:
"remove"
,
"typeRoots"
:
[
"node_modules/@types"
],
"types"
:
[
"vitest/globals"
,
"vite/client"
,
"vue/ref-macros"
],
"types"
:
[
"vitest/globals"
,
"vite/client"
,
"vue/ref-macros"
,
"@modyfi/vite-plugin-yaml/modules"
],
"paths"
:
{
"?/*"
:
[
"test/*"
],
"~/*"
:
[
"src/*"
]
...
...
@@ -13,7 +19,7 @@
},
"include"
:
[
"src/**/*.d.ts"
,
"src/**/*.ts"
,
"s
rc/**/*.ts"
,
"src/**/*.vue"
,
"vite.config.ts"
,
"test/**/*.ts"
,
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
3
−
3
View file @
235a3c44
...
...
@@ -3147,9 +3147,9 @@ type-fest@^0.8.1:
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
typescript@^4.9.4:
version "4.9.
4
"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.
4
.tgz#
a2a3d2756c079ab
da24
1d75f149df9d561091e78
"
integrity sha512-
Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZ
g==
version "4.9.
5
"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.
5
.tgz#
095979f9bcc0d09
da
3
24
d58d03ce8f8374cbe65a
"
integrity sha512-
1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24
g==
typescript@~4.8.4:
version "4.8.4"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment