版博士V2.0程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

tsconfig.json 174 B

123456789
  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. }