Closed
Description
Example of file organization:
app/feature1/model.ts
model.spec.ts
controller.ts
controller.spec.ts
template.html
documentation.md
feature2/model.ts
model.spec.ts
controller.ts
controller.spec.ts
template.html
documentation.md
tsconfig.json <-- list *.ts files + third-party *.d.ts (ex: angular.d.ts)
tsconfig.spec.json <-- list *.spec.ts files + third-party *.d.ts (ex: jasmine.d.ts)
tsc works fine. However vscode does not properly highlight files listed in tsconfig.spec.json
(like #5828).
Using TypeScript 1.8.10 and vscode 1.0