8

10 hours later...

"FINALLY, I'M DONE SETTING UP TYPESCRIPT CONFIGURATION"

I was heavily inspired by typescript syntax, but the configuration is as complicated as webpack. Damn you frameworks

Comments
  • 1
    Or, you know, you could've just set up babel which has built-in Typescript support. Which also has less bugs with Hot Module Replacement
  • 0
    Depends on IDE you use. Visual 2019+ASP.Net project : 0 configuration needed.
    Here is my tsconfig :
    {
    "typeAcquisition": {
    "enable": false,
    "exclude": ["node"]
    },
    "compilerOptions": {
    },
    "files": [

    ]
    }

    Edit : Even if setup took time, you'll gain in productivity WAY more compared to JS
  • 0
    I'm sorry guys,but I'm using Vue with Typescript for experimental project.
  • 0
    @Clueless I think you are Clueless.

    edit : too easy ? ;p
  • 0
    @NoToJavaScript I think Clueless fits my devRant name. Always asking what the fuck is this
Add Comment