Closed xealot closed 7 years ago
For anyone using the rootDir option, having sources in node_modules will break the tsc compile.
rootDir
node_modules
tsc
thanks! in the next version of ng2-sticky "src/*/ts" would be added to the .npmignore
For anyone using the
rootDir
option, having sources innode_modules
will break thetsc
compile.