Piano notes book, powered by Astro and React.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

9 行
158 B

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