Hi
Previously the .ts and .js stored in ./src folder, I think your intension is transfer .js staff into ./dist. However the .ts also been moved to ./dist.
It is not major defect but weird. The .ts may keep in src and build file in ./dist. While we wish to trace source code from node_modules it is clearer
Hi Previously the .ts and .js stored in
./src
folder, I think your intension is transfer.js
staff into./dist
. However the.ts
also been moved to./dist
. It is not major defect but weird. The .ts may keep in src and build file in ./dist. While we wish to trace source code fromnode_modules
it is clearer