threepipe
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

tsconfig.build.json 255B

12345678910
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "paths": {
  5. "threepipe": ["../dist/"],
  6. "@threepipe/plugin-*": ["../plugins/*/dist"],
  7. "@threepipe/plugins-*": ["../plugins/*/dist"]
  8. },
  9. },
  10. }