Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
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.
 
 
 
 

38 rivejä
739 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "lib": [
  5. "dom",
  6. "dom.iterable",
  7. "esnext"
  8. ],
  9. "allowJs": true,
  10. "skipLibCheck": true,
  11. "esModuleInterop": true,
  12. "allowSyntheticDefaultImports": true,
  13. "strict": false,
  14. "forceConsistentCasingInFileNames": true,
  15. "module": "esnext",
  16. "moduleResolution": "node",
  17. "resolveJsonModule": true,
  18. "isolatedModules": true,
  19. "noEmit": true,
  20. "jsx": "preserve",
  21. "declaration": true,
  22. "declarationDir": "./dist",
  23. "sourceMap": true
  24. },
  25. "exclude": [
  26. "node_modules",
  27. "**/*.test.ts",
  28. "**/*.test.tsx",
  29. "utilities/**/*",
  30. "jest.setup.ts"
  31. ],
  32. "include": [
  33. "next-env.d.ts",
  34. "**/*.ts",
  35. "**/*.tsx"
  36. ]
  37. }