Tesseract design system. https://make.modal.sh/tesseract/design
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
344 B

  1. {
  2. "compilerOptions": {
  3. "target": "es2015",
  4. "lib": ["es2015", "dom"],
  5. "module": "commonjs",
  6. "jsx": "react",
  7. "outDir": "build",
  8. "sourceMap": false,
  9. "declaration": false,
  10. "resolveJsonModule": true,
  11. "noImplicitAny": false
  12. },
  13. "exclude": ["node_modules", "build"]
  14. }