Skip to content

alexeagle/repro_genfiles_not_resolved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ npm install typescript@next
$ ./node_modules/.bin/tsc

# FAILS
$ node ./built/compile.js project project/genfiles

# WORKS
$ ./node_modules/.bin/tsc -p project

$ ls project/genfiles
b.ts

# STILL FAILS!
$ node ./built/compile.js project project/genfiles