Closed javiercbk closed 8 years ago
It seems that there is an incorrect mapping in tsconfig.json regarding filesGlob option.
The mapping is the following:
"filesGlob": [ "./src/**/*.ts", "./test/**/*.ts", "./typings/index.d.ts", "./custom_typings/**/*.d.ts" ],
Shouldn't it be replaced by the following?
"filesGlob": [ "./source/**/*.ts", "./test/**/*.ts", "./typings/index.d.ts", "./custom_typings/**/*.d.ts" ],
By the way, this is an awesome project!
fixed.
It seems that there is an incorrect mapping in tsconfig.json regarding filesGlob option.
The mapping is the following:
Shouldn't it be replaced by the following?
By the way, this is an awesome project!