python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
tsconfig.json path pattern
Is there any way to include files by path pattern? For example, I am currently doing this in my scripts:
import '../../../../myresource/src/shared/my-interface'
However, I would like to simply use thi...

Radu
Votes: 0
Answers: 1
babel-plugin-module-resolver not working on .jsx files
I am working on a Typescript + SSR + ReactJs application. I am struggling to making this project works. The project actually works if I use relative paths, however I would like to use alias, and here ...

Valentin Reviglio
Votes: 0
Answers: 1
Angular won't recognise absolute paths aliases in tsconfig.json
I try to use the shorthands via tsconfig.json paths, but it always run into errors while compiling. I show some of my code below.
Further I wonder if it's possible to use the shorthand somehow like th...
Mavelouscello
Votes: 0
Answers: 0
Cannot find module or its corresponding type declarations - react typescript craco
Its very basic problem but not work... I created fresh create-react-app and installed craco for relatives paths, but vsCode still give me error during imports.
craco.config.js
const path = require('pa...
Dariusz Szymczak
Votes: 0
Answers: 0