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

11 行
206 B

  1. {
  2. "exclude": ["node_modules"],
  3. "extends": "../../../../../tsconfig.json",
  4. "compilerOptions": {
  5. "rootDir": "src",
  6. "jsx": "react",
  7. "emitDeclarationOnly": true,
  8. "declaration": true
  9. }
  10. }