Sign in
严涛
/
energy-management
·
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
e87ab21f361f444edfcfcd9bae9b46e63b00410a
Authored by
严涛
2026-03-23 16:44:11 +0800
1 parent
e4088d76
解决error
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tsconfig.json
tsconfig.json
View file @
e87ab21
...
...
@@ -4,6 +4,7 @@
4
4
"module"
:
"ES2020"
,
5
5
"moduleResolution"
:
"node"
,
6
6
"strict"
:
true
,
7
+
"allowJs"
:
true
,
7
8
"jsx"
:
"preserve"
,
8
9
"sourceMap"
:
true
,
9
10
"resolveJsonModule"
:
true
,
...
...