Design system.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

27 rindas
726 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "lib": ["dom", "dom.iterable", "esnext"],
  5. "allowJs": true,
  6. "skipLibCheck": true,
  7. "strict": true,
  8. "forceConsistentCasingInFileNames": true,
  9. "noEmit": true,
  10. "esModuleInterop": true,
  11. "module": "esnext",
  12. "moduleResolution": "node",
  13. "resolveJsonModule": true,
  14. "isolatedModules": true,
  15. "jsx": "preserve",
  16. "incremental": true,
  17. "paths": {
  18. "@/*": ["./src/*"],
  19. "tailwind.config": ["./tailwind.config.js"],
  20. "@tesseract-design/web-blob-react": ["./src/categories/blob/react"],
  21. "@modal-sh/*": ["./src/packages/*"],
  22. }
  23. },
  24. "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
  25. "exclude": ["node_modules"]
  26. }