Fretboard component written in React.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 line
438 B

  1. {
  2. "compilerOptions": {
  3. "allowSyntheticDefaultImports": false,
  4. "target": "es5",
  5. "module": "commonjs",
  6. "jsx": "react",
  7. "moduleResolution": "node",
  8. "noImplicitAny": false,
  9. "noUnusedLocals": false,
  10. "noUnusedParameters": false,
  11. "removeComments": true,
  12. "strictNullChecks": true,
  13. "preserveConstEnums": true,
  14. "sourceMap": true,
  15. "lib": ["es2015", "es2016", "dom"],
  16. "types": ["node"]
  17. }
  18. }