Design system.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

tsconfig.json 206 B

12345678910
  1. {
  2. "exclude": ["node_modules"],
  3. "extends": "../../../../../tsconfig.json",
  4. "compilerOptions": {
  5. "rootDir": "src",
  6. "jsx": "react",
  7. "emitDeclarationOnly": true,
  8. "declaration": true
  9. }
  10. }