Skip to content

Commit c8c9e20

Browse files
committed
Fixes webview tsconfig
1 parent e6dc5d2 commit c8c9e20

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/webviews/apps/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
},
1212
"include": [
1313
"**/*",
14+
"../../plus/webviews/**/*",
1415
"../../@types/**/*",
1516
"../protocol.ts",
17+
"../**/protocol.ts",
1618
"../../config.ts",
19+
"../../constants.ts",
1720
"../../features.ts",
1821
"../../subscription.ts",
19-
"../../system/color.ts",
20-
"../../system/date.ts"
22+
"../../system/**/*",
23+
"../../env/browser/**/*"
2124
],
2225
"exclude": ["node_modules", "test"]
2326
}

0 commit comments

Comments
 (0)