Closed
Description
my project relies on include
to bring in some typings from a shared folder:
"include": [
"../typings/tsd.d.ts",
"../../../test/typings/tsd.d.ts",
"**/*"
],
this works just fine in tsc
or in webpack
but blows up in Atom, saying that all the typings in both tsd.d.ts
files cannot be found. it would seem that atom-typescript is simply ignoring the include
option so those two extra files are never included in the build. yet every other typescript environment respects this flag, and it's part of the 2.0 standard.
Metadata
Metadata
Assignees
Labels
No labels