選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

14 行
312 B

  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.json",
  3. "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
  4. "exclude": ["src/**/__tests__/*"],
  5. "compilerOptions": {
  6. "composite": true,
  7. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
  8. "paths": {
  9. "@/*": ["./src/*"]
  10. }
  11. }
  12. }