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

tsconfig.build.json 138B

12345678
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "paths": {
  5. "threepipe": ["../dist/"]
  6. },
  7. },
  8. }