python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Refactor Typescript into folders doesn't seem possible with reference dependencies and enums
I have used TypeScript to create a jQuery plugin. Currently, I have a nodejs app as the host of my typescript files during development. I would edit my *.ts files in VS Code and use tsc --build to co...
Terry
Votes: 0
Answers: 0
Defining a tsconfig for CLI tools within a svelte-kit package
I've written a svelte-kit app that hits a backend database.
I've also written CLI tools needed to maintain the database alongside the app.
I want to keep the app and the CLI tools in the same repo, be...
Joe Lapp
Votes: 0
Answers: 0
Nuxt Typescript tsconfig types not working
Trying to migrate Nuxt project from JS to TS. Working in VS Code with Vetur plugin enabled.
Project works well, but I can't setup global variables hionts with tsconfig.json types field.
So here is tsc...
metsys
Votes: 0
Answers: 0
Cannot find type definition file for 'body-parser' in tsconfig.json
I am getting this error six times on my tsconfig.json file at [1,1]:
Cannot find type definition file for 'body-parser'.
The file is in the program because:
Entry point for implicit type library...
Cambo
Votes: 0
Answers: 3