Browse Source

Moves webview tsconfig.tsbuildinfo output

main
Eric Amodio 4 years ago
parent
commit
51f52e6bb3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/tsconfig.json

+ 1
- 1
src/webviews/apps/tsconfig.json View File

@ -4,7 +4,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"lib": ["dom", "dom.iterable", "es2019"],
"outDir": "dist/webviews"
"outDir": "../../"
},
"include": ["../../config.ts", "../protocol.ts", "**/*"],
"exclude": ["node_modules", "test"]

Loading…
Cancel
Save