-
Notifications
You must be signed in to change notification settings - Fork 304
Ionic's rc.1 tries to compile typings and tests folder #173
Comments
Same Problem here!! |
For more info: DefinitelyTyped/tsd#269 |
The best route to take is to use There are two things we can do:
We'll figure this out soon. Thanks, |
@danbucholtz Couldn't we use the |
@jgw96, probably. Thanks, |
@patrickbussmann can you add the line i added in my above commit to your tsconfig and give that a try? Thanks! |
adding |
I have similar problem, here is what i see in terminal: ... L19363: const memoize: typeof _.memoize; L19369: const merge: typeof _.merge; L19375: const mergeWith: typeof _.mergeWith;
L19381: const method: typeof _.method; |
This is fixed now. Please make sure your Thanks, |
Short description of the problem:
This is my current log if I start ionic serve.
The problem is that ionic tries to compile the typings folder. Or it tries to include this folder to the build process so that much typing are duplicated.
The same for the tests. For the tests I'm using jasmine so ionic shouldn't care about missing it or describe functions. But ionic care about... :-(
What behavior are you expecting?
That the tests and typings folders are ignored during the compile process of ionic serve. 👍
Steps to reproduce:
Which @ionic/app-scripts version are you using?
+-- @ionic/app-scripts@0.0.34
Log:
The text was updated successfully, but these errors were encountered: