Use forms with or without client-side JavaScript--no code duplication required!
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

23 wiersze
513 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "lib": ["dom", "dom.iterable", "esnext"],
  5. "allowJs": true,
  6. "skipLibCheck": true,
  7. "strict": true,
  8. "noEmit": true,
  9. "esModuleInterop": true,
  10. "module": "esnext",
  11. "moduleResolution": "bundler",
  12. "resolveJsonModule": true,
  13. "isolatedModules": true,
  14. "jsx": "preserve",
  15. "incremental": true,
  16. "paths": {
  17. "@/*": ["./src/*"]
  18. }
  19. },
  20. "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
  21. "exclude": ["node_modules"]
  22. }