版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 rivejä
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. }