Ich versuche es mit Typoskript. Es funktioniert gut auf der Hallo-Weltbühne. Ich versuche jetzt, ein npm-Modul zu verwenden: index.ts = import _ = require('lodash') console.log(_.toUpper('Hello, world !')) Das funktioniert nicht: tsc index.ts -> Cannot find module 'lodash'. (2307) node-ts...