GITLAB

Apichat Tamon / smartRMSCalendar

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • smartrmscalendar
  • tsconfig.json
  • 21a1ff19   fix follow smartrms-ui Browse Code ยป
    Apichat.Tum
    2016-11-04 19:08:10 +0700  
tsconfig.json 130 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
{
    "compilerOptions": {
        "target": "es5",
        "watch": true
    },
    "include": [
        "public/js/**/*"
    ]
}