Minimal styling, powered by Goober.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
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. }