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

tsconfig.json 250B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "strict": true,
  4. "module": "CommonJS",
  5. "target": "ES2020",
  6. "declaration": true,
  7. "incremental": true,
  8. "sourceMap": true,
  9. "outDir": "dist"
  10. },
  11. "include": ["src"]
  12. }