Skip to content
Advertisement

Tag: tsconfig

Typescript development environment

I am starting with typescript. I started with an empty folder and ran these commands to set up my typescript development. then i made a tsconfig file I tried changing my output dir in tsconfig.json like “outDir”: “./dist”, But that doesn’t seem to work. the transpiled file is still coming into the src folder. I have a folder structure like

Advertisement