Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
llm-train
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
llm-train
1c23049ec475c1be33739051242c9c1a08ec09df
1c23049ec475c1be33739051242c9c1a08ec09df
Switch branch/tag
llm-train
jsconfig.json
Find file
Normal view
History
Permalink
jsconfig.json
77 Bytes
Edit
Web IDE
Newer
Older
asd
5035bbcf
wuhao
committed
1 year ago
1
2
3
4
5
6
7
{
"compilerOptions"
:
{
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
}