版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

10 řádky
174 B

  1. // Used by eslint for linting
  2. {
  3. "extends": "./types/tsconfig.json",
  4. // We're just using this for index.d.ts
  5. "include": [
  6. "types/index.d.ts",
  7. "types/test.ts"
  8. ]
  9. }