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

12345678910111213141516
  1. {
  2. "include": [
  3. "config/**/*.ts",
  4. ],
  5. "compilerOptions": {
  6. "target": "esnext",
  7. "module": "commonjs",
  8. "sourceMap": true,
  9. "resolveJsonModule": true,
  10. "strict": false,
  11. "noUnusedLocals": false,
  12. "noImplicitReturns": false,
  13. "esModuleInterop": true,
  14. "noImplicitAny": false,
  15. }
  16. }