浏览代码

Moves webview tsconfig.tsbuildinfo output

main
Eric Amodio 4 年前
父节点
当前提交
51f52e6bb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/webviews/apps/tsconfig.json

+ 1
- 1
src/webviews/apps/tsconfig.json 查看文件

@ -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"]

正在加载...
取消
保存