[typescript]make tsconfig.json

Mon Mar 24

typescript

Author:Noritaka

Astro
tsc --init        (make tsconfig.json)
tsc               (refer tsconfig.json)
tsc index.ts      (don't refer tsconfig.json)

typescript