Minimal styling, powered by Goober.
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.

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