Browse Source

Fixes webview tsconfig

main
Eric Amodio 1 year ago
parent
commit
c8c9e20c25
1 changed files with 5 additions and 2 deletions
  1. +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"]
}

Loading…
Cancel
Save