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

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