Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
bd15971a4a323ea467579fc4da50c4fa441aa40d
Authored by
fengtao
2022-08-12 11:42:45 +0800
1 parent
5ec48e6d
pref:优化了tsconfig.json 新增removeComments用来移除所有打印信息
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tsconfig.json
tsconfig.json
View file @
bd15971
...
...
@@ -21,6 +21,7 @@
21
21
"typeRoots"
:
[
"./node_modules/@types/"
,
"./types"
],
22
22
"noImplicitAny"
:
false
,
23
23
"skipLibCheck"
:
true
,
24
+
"removeComments"
:
true
,
24
25
"paths"
:
{
25
26
"/@/*"
:
[
"src/*"
],
26
27
"/#/*"
:
[
"types/*"
]
...
...