提交学习笔记专用
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.

12 lines
277 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "esnext",
  5. "baseUrl": ".",
  6. "moduleResolution": "node",
  7. "paths": {
  8. "@/*": ["src/*"]
  9. },
  10. "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
  11. },
  12. "include": ["src/**/*.js", "src/**/*.vue"]
  13. }