threepipe
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }