Q3学习计划
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.

18 lines
583 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.json",
  3. "compilerOptions": {
  4. "allowJs": true,
  5. "sourceMap": true,
  6. "baseUrl": ".",
  7. "paths": {
  8. "@/*": ["./src/*"]
  9. },
  10. "lib": ["esnext", "dom"],
  11. "types": ["@dcloudio/types", "miniprogram-api-typings", "@uni-helper/uni-app-types"]
  12. },
  13. "vueCompilerOptions": {
  14. // experimentalRuntimeMode nativeTags Volar
  15. "nativeTags": ["block", "component", "template", "slot"]
  16. },
  17. "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
  18. }