xq-csg-weapp_uni-ts
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.

14 lines
307B

  1. {
  2. "extends": "@vue/tsconfig/tsconfig.json",
  3. "compilerOptions": {
  4. "sourceMap": true,
  5. "baseUrl": ".",
  6. "paths": {
  7. "@/*": ["./src/*"]
  8. },
  9. "lib": ["esnext", "dom"],
  10. "types": ["@dcloudio/types"]
  11. },
  12. "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
  13. }