Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
820
Merge Requests
51
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
e6bf8a49
Commit
e6bf8a49
authored
14 minutes ago
by
Marcelo Rivera
Browse files
Options
Download
(fix): added in an entry for ngx-drag-drop into tsconfig.json's paths
parent
f3269ee0
fix/cannot-highlight-text-2214
1 merge request
!639
Admin cannot delete or highlight text in footer link editor
Pipeline
#97099145
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tsconfig.json
View file @
e6bf8a49
...
...
@@ -19,6 +19,7 @@
"baseUrl"
:
"./"
,
"paths"
:
{
"fs"
:
[
"./shims/noop"
],
"ngx-drag-drop"
:
[
"../node_modules/ngx-drag-drop/dist"
]
}
}
}
\ No newline at end of file
}
This diff is collapsed.
Please
register
or
sign in
to comment