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

15 行
254 B

  1. {
  2. "compilerOptions": {
  3. "module": "ESNext",
  4. "lib": ["ESNext", "DOM"],
  5. "sourceMap": true,
  6. "paths": {
  7. "@tesseract-design/goofy-goober": ["../../src"]
  8. },
  9. "moduleResolution": "Node"
  10. },
  11. "exclude": [
  12. "node_modules"
  13. ]
  14. }