Переглянути джерело

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, "allowSyntheticDefaultImports": true,
"esModuleInterop": true, "esModuleInterop": true,
"lib": ["dom", "dom.iterable", "es2019"], "lib": ["dom", "dom.iterable", "es2019"],
"outDir": "dist/webviews"
"outDir": "../../"
}, },
"include": ["../../config.ts", "../protocol.ts", "**/*"], "include": ["../../config.ts", "../protocol.ts", "**/*"],
"exclude": ["node_modules", "test"] "exclude": ["node_modules", "test"]

Завантаження…
Відмінити
Зберегти