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 webview tsconfig
main
Eric Amodio
1 year ago
parent
e6dc5d276b
commit
c8c9e20c25
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
src/webviews/apps/tsconfig.json
+ 5
- 2
src/webviews/apps/tsconfig.json
View File
@ -11,13 +11,16 @@
}
,
"include"
:
[
"**/*"
,
"../../plus/webviews/**/*"
,
"../../@types/**/*"
,
"../protocol.ts"
,
"../**/protocol.ts"
,
"../../config.ts"
,
"../../constants.ts"
,
"../../features.ts"
,
"../../subscription.ts"
,
"../../system/
color.ts
"
,
"../../
system/date.ts
"
"../../system/
**/*
"
,
"../../
env/browser/**/*
"
]
,
"exclude"
:
[
"node_modules"
,
"test"
]
}
Write
Preview
Loading…
Cancel
Save