ソースを参照

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

読み込み中…
キャンセル
保存