threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

tsconfig.build.json 196B

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