Procházet zdrojové kódy

Moves webview tsconfig.tsbuildinfo output

main
Eric Amodio před 4 roky
rodič
revize
51f52e6bb3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/webviews/apps/tsconfig.json

+ 1
- 1
src/webviews/apps/tsconfig.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit