Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

typescript

Md Iqbal Hossain answered on September 4, 2020 Popularity 7/10 Helpfulness 1/10

Contents


More Related Answers

  • typescript and nodejs
  • typescript in node
  • typescript in node
  • what is typescript
  • typescript with nodejs
  • create typescript
  • typescript with nodejs
  • ?. meaning typescript
  • this typescript
  • is ts
  • what is typescript in angular
  • typescript with nodejs
  • type script
  • typescript \!
  • TypeScript
  • type script
  • typescript
  • typescript syntax
  • typescript syntax
  • Typescript Tip

  • typescript

    0

    typescript create and run

    how to start typescript

    install some dependency

    // install typescript

    npm i -g typescript

    tsc --init

    // convert typescript

    // convert typescript to javascript file => step -1

    use git bash terminal

    $tsc your app name like => tsc app.ts

    // convert typescript to javascript file use typescript config file => step -2

    1)make a folder like as main dist

    2)go to tsconfig.json file

    3) change the target 00 "target": "es2016", to "target": "ES5", for output update code || its compile old version to new version

    4) Uncomment "rootDir": "./", and set here src folder "rootDir": "./src"

    5) Uncomment "outDir": "./", and set here your targeted folder whose folder you use to convert a folder as like as main "outDir": "./dist",

    6) save this file

    Now just write tsc in git bash terminal you get a file in dist file

    // we are not use again and again tsc convert file

    just use this commend in terminal => tsc --w or use

    tsc --watch

    when use this commend its automatic convert file


    follow this github repo : https://github.com/Iqbalhossainshuvo/typescript-project-setup/tree/main



    Popularity 7/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jan 07 2023
    Md Iqbal Hossain
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    1
    Popularity 9/10 Helpfulness 3/10 Language typescript
    Source: Grepper
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Nov 26 2022
    Shirshak Kandel
    0 Answers  Avg Quality 2/10

    1
    Popularity 9/10 Helpfulness 2/10 Language typescript
    Source: Grepper
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Nov 14 2022
    Wide-eyed Fox
    0 Answers  Avg Quality 2/10

    0
    Popularity 9/10 Helpfulness 2/10 Language typescript
    Source: Grepper
    Tags: cdn
    Link to this answer
    Share Copy Link
    Contributed on Sep 12 2022
    Code Toxic
    0 Answers  Avg Quality 2/10

    4
    Popularity 10/10 Helpfulness 2/10 Language cpp
    Source: Grepper
    Tags: c++
    Link to this answer
    Share Copy Link
    Contributed on Oct 23 2022
    unel
    0 Answers  Avg Quality 2/10

    0
    Popularity 10/10 Helpfulness 2/10 Language typescript
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Dec 27 2020
    Malario
    0 Answers  Avg Quality 2/10

    2
    Popularity 10/10 Helpfulness 2/10 Language typescript
    Source: Grepper
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Jun 01 2021
    Creepy Crocodile
    0 Answers  Avg Quality 2/10

    2
    Popularity 10/10 Helpfulness 1/10 Language typescript
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Sep 04 2020
    Selfish Sloth
    0 Answers  Avg Quality 2/10

    0
    Popularity 9/10 Helpfulness 1/10 Language typescript
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Apr 19 2021
    spaghettiCthulhu
    0 Answers  Avg Quality 2/10

    0
    Popularity 9/10 Helpfulness 1/10 Language typescript
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Jun 28 2021
    Witty Willet
    0 Answers  Avg Quality 2/10

    0
    Popularity 9/10 Helpfulness 1/10 Language typescript
    Tags: typescript t
    Link to this answer
    Share Copy Link
    Contributed on Dec 16 2021
    Delightful Dormouse
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.