租房小程序前端代码
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.

11 lines
128 B

6 months ago
  1. {
  2. "extends": "@ljharb/tsconfig",
  3. "exclude": [
  4. "coverage",
  5. ],
  6. "compilerOptions": {
  7. "typeRoots": [
  8. "types",
  9. ],
  10. },
  11. }