Set up TypeScript Compiler (`tsc`) to transpile the codebase with type declarations No need to bundle. Default tsc's file-to-file transpilation would be ideal
Set up TypeScript Compiler (
tsc) to transpile the codebase with type declarationsNo need to bundle. Default tsc's file-to-file transpilation would be ideal