Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Kustov
Total activity
32
Last activity
April 28, 2024 16:10
Member since
July 22, 2022 06:40
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
7
Activity overview
Posts (7)
Comments (16)
Sort by recent activity
Recent activity
Votes
Created
July 25, 2022 17:27
So, based on documentation and considering the structure that I have it would looks as if "moduleResolution": "classic", would make sense, but, if I set it like that (instead of "nodenext"), PHPSto...
Community
PhpStorm
TypeSscript: partial merge and ES6 modules
0 votes
Created
July 25, 2022 13:56
As for import paths: replacing them with '/js/Pages/bictracker/keying.js' helps after compilation, since then URLs are proper, but TypeScript itself does not like the paths I can ts-ignore those, ...
Community
PhpStorm
TypeSscript: partial merge and ES6 modules
0 votes
Created
July 25, 2022 13:53
Yes, I figured that one out while I was writing the previous post. Although, I'll be honest the error itself is not exactly obvious. 😅
Community
PhpStorm
TypeSscript: partial merge and ES6 modules
0 votes
Created
July 25, 2022 13:48
I definitely made a step forward, since I was able to resolve all of the above: instead of /// <reference path="../../main.d.ts" /> in each TS file in `Pages`, I updated tsconfig for `Pages` with ...
Community
PhpStorm
TypeSscript: partial merge and ES6 modules
0 votes
Created
July 25, 2022 13:32
If I add reference path to files in `Pages` /// <reference path="../../main.d.ts" /> they stop showing errors. Until I try to import, with which I can get, at best this: So it suggests to includ...
Community
PhpStorm
TypeSscript: partial merge and ES6 modules
0 votes
Edited
July 25, 2022 10:23
I thought so, too, but if I do this setup (collapsed some folders for less clutter): with top-level tsconfig.json having this setup: { "compilerOptions": { //Type checking "strict...
Community
PhpStorm
TypeSscript: partial merge and ES6 modules
0 votes
«
First
‹
Previous