Closed
Description
I have a project with a tsconfig.json that is compiled externally (and also does not generate d.ts files).
tsc will compile the project correctly, but atom will output lots of "module not found" errors when I use the node style module resolution. When I do add compileOnSave: true
. It warns me that "the compile failed, but the emit succeeded".
If it works for tsc, it should work for atom-typescript?