kevelopment / haruJs

JavaScript Web Framework built in TypeScript bringing in some Spring feelings.
0 stars 0 forks source link

Issue#8: moved sample code into dedicated directory and fixed index.js exports #16

Closed kevelopment closed 3 years ago

kevelopment commented 3 years ago

WIP: need some help with the tsconfig.json -> we now have .ts files outside of the 'src' dir. Any idea on how we can merge the output of those directories?

Closes Issue #8

svennergr commented 3 years ago

Gonna have a deeper look at this later. But for now, can we just use another tsconfig.sample.js which just extends the main one?

svennergr commented 3 years ago

fedcac5 might be a suggestion. But this will also copy all relevant sourcefiles into the samples/built folder.

kevelopment commented 3 years ago

Good idea using and extending the tsconfig.base.json! I'd suggest we can just use the /build directory in case the samples will be built since it will leave us with both ways: