Skip to content

単純なTypeScriptのプロジェクト作成手順(備忘)

License

Notifications You must be signed in to change notification settings

iaizawa0623/setup-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, TypeScript!

Setup

npm init
npm install --save-dev typescript eslint @types/node
npx tsc --init
npx eslint --init

About

単純なTypeScriptのプロジェクト作成手順(備忘)

Resources

License

Stars

Watchers

Forks