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

20 行
446 B

  1. {
  2. "include": ["src", "types"],
  3. "compilerOptions": {
  4. "module": "esnext",
  5. "lib": ["dom", "esnext"],
  6. "importHelpers": true,
  7. "declaration": true,
  8. "sourceMap": true,
  9. "rootDir": "./src",
  10. "strict": true,
  11. "noUnusedLocals": true,
  12. "noUnusedParameters": true,
  13. "noImplicitReturns": true,
  14. "noFallthroughCasesInSwitch": true,
  15. "moduleResolution": "node",
  16. "jsx": "react",
  17. "esModuleInterop": true
  18. }
  19. }