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

21 rinda
465 B

  1. {
  2. "exclude": ["node_modules"],
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "module": "ESNext",
  6. "lib": ["ESNext"],
  7. "importHelpers": true,
  8. "declaration": true,
  9. "sourceMap": true,
  10. "strict": true,
  11. "noUnusedLocals": true,
  12. "noUnusedParameters": true,
  13. "noImplicitReturns": true,
  14. "noFallthroughCasesInSwitch": true,
  15. "moduleResolution": "node",
  16. "jsx": "react-jsx",
  17. "esModuleInterop": true,
  18. "target": "ES2017"
  19. }
  20. }