This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes
#2689
vscode.dev not loading in safari
main
Keith Daulton
1 year ago
parent
bb18f0d225
commit
49173feb69
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/webviews/apps/tsconfig.json
+1
-1
tsconfig.base.json
+ 1
- 1
src/webviews/apps/tsconfig.json
View File
@ -7,7 +7,7 @@
"paths"
:
{
"@env/*"
:
[
"src/env/browser/*"
]
}
,
"useDefineForClassFields"
:
false
"useDefineForClassFields"
:
false
/
/
N
e
e
d
e
d
f
o
r
l
i
t
d
e
c
o
r
a
t
o
r
s
h
t
t
p
s
:
/
/
g
i
t
h
u
b
.
c
o
m
/
l
i
t
/
l
i
t
/
i
s
s
u
e
s
/
3278
h
t
t
p
s
:
/
/
l
i
t
.
d
e
v
/
d
o
c
s
/
t
o
o
l
s
/
p
u
b
l
i
s
h
i
n
g
/
#
p
u
b
l
i
s
h
i
n
g
-
m
o
d
e
r
n
-
j
a
v
a
s
c
r
i
p
t
}
,
"include"
:
[
"**/*"
,
+ 1
- 1
tsconfig.base.json
View File
@ -20,7 +20,7 @@
"sourceMap"
:
true
,
"strict"
:
true
,
"target"
:
"es2022"
,
"useDefineForClassFields"
:
fals
e
,
"useDefineForClassFields"
:
tru
e
,
"useUnknownInCatchVariables"
:
false
}
,
"include"
:
[
"src/**/*"
]
Write
Preview
Loading…
Cancel
Save