Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
/ ts-work Public archive

Work of TypeScript on Project No.*** ( & GAS ) 🛹

Notifications You must be signed in to change notification settings

kojiyamauchi/ts-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work of TypeScript on Project No.*** ( & GAS )

🏃💨                  🚶🚶🚶

Root
|
|- /base
|     |- *.js -> Creates Entry Point for Each View Page.
|     |- /Apps -> App**.ts is Choose Required Modules.ts for Each Pages. And Pass to *.js
|     |- /Modules -> Various Modules.ts
|
|- /js -> Build. **.min.js
|- /types -> Declaration & Interface.
|- /gas -> GAS From TypeScript Generate JSON.

🛹