Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

quickstart repo does not have app.ts at root #78

Closed
jcoyne opened this issue May 1, 2015 · 1 comment
Closed

quickstart repo does not have app.ts at root #78

jcoyne opened this issue May 1, 2015 · 1 comment

Comments

@jcoyne
Copy link

jcoyne commented May 1, 2015

Despite the fact it's defined in tsconfig.json:
https://github.com/angular/ts-quickstart/blob/master/tsconfig.json#L17

Thus when you start the compiler you get:

$ tsc -w
error TS6053: File 'app.ts' not found.
message TS6042: Compilation complete. Watching for file changes.

Should app.ts be moved out of complete/ and down to the root?

I would have reported this on the ts-quickstart repo, but issues are not enabled there.

@rkirov
Copy link
Contributor

rkirov commented May 1, 2015

1f39409 reworded the quickstart to tell the user to generate app.ts before starting tsc.

@rkirov rkirov closed this as completed May 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants