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

17 行
454B

  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.json",
  3. "compilerOptions": {
  4. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
  5. "types": ["vite/client"],
  6. /* Linting */
  7. "strict": true,
  8. "noUnusedLocals": true,
  9. "noUnusedParameters": true,
  10. "erasableSyntaxOnly": true,
  11. "noFallthroughCasesInSwitch": true,
  12. "noUncheckedSideEffectImports": true
  13. },
  14. "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
  15. }