Closed chunningham closed 4 years ago
Not the prettiest solution, but it seems like the ts-node repl doesnt play nice with the ttypescript compiler's path-mapping plugin. The solution was to change all import statements to relative paths. This also simplifies the transpilation slightly.
Not the prettiest solution, but it seems like the ts-node repl doesnt play nice with the ttypescript compiler's path-mapping plugin. The solution was to change all import statements to relative paths. This also simplifies the transpilation slightly.