Piano notes book, powered by Astro and 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.
 
 

9 regels
158 B

  1. {
  2. "extends": "astro/tsconfigs/strictest",
  3. "compilerOptions": {
  4. "jsx": "react-jsx",
  5. "jsxImportSource": "react",
  6. "strictNullChecks": true
  7. }
  8. }