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.
 
 
 
 
 
 

15 satır
326 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "lib": ["es6", "es2017.string"],
  5. "moduleResolution": "node",
  6. "esModuleInterop": true,
  7. "forceConsistentCasingInFileNames": true,
  8. "strict": true,
  9. "noImplicitAny": true,
  10. "noImplicitReturns": true,
  11. "skipLibCheck": true
  12. },
  13. "include": ["index.ts"]
  14. }