【Node.js + TypeScript】実行中のエラー「Error [ReferenceError]: tslib_1 is not defined」が消えないときの対処法
実行中に以下のエラーが発生しました。 Error [ReferenceError]: tslib_1 is not defined ts-nodeコマンドで実行中に発生しましたが、エラー発生箇所(tsファイル)を見ても、 […]
【Node.js + TypeScript】エラー「TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.」の対処法
「npx tsc index.ts」等のコマンドでjsファイルを生成しますが、以下のエラーが発生することがありました。 TS18028: Private identifiers are only available wh […]